summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-12-26net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh
2014-12-24net: Reset secmark when scrubbing packetThomas Graf
2014-12-24net: Fix stacked vlan offload features computationToshiaki Makita
2014-12-23mpls: Fix config check for mpls.Pravin B Shelar
2014-12-23net: Rearrange loop in net_rx_actionHerbert Xu
2014-12-23net: Always poll at least one device in net_rx_actionHerbert Xu
2014-12-23net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu
2014-12-23net: Move napi polling code out of net_rx_actionHerbert Xu
2014-12-23net: drop the packet when fails to do software segmentation or header checkJason Wang
2014-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-16net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-10net: sock: fix access via invalid file descriptorAlexei Starovoitov
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-10Merge branch 'nsfs' into for-nextAl Viro
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-09rocker: remove swdev modeRoopa Prabhu
2014-12-09net: avoid to call skb_queue_len againLi RongQing
2014-12-09skb_copy_datagram_iovec() can dieAl Viro
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov
2014-12-04bury struct proc_ns in fs/procAl Viro
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro
2014-12-04netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsAl Viro
2014-12-04common object embedded into various struct ....nsAl Viro
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman
2014-12-02net-sysfs: expose physical switch id for particular deviceJiri Pirko
2014-12-02rtnl: expose physical switch id for particular deviceJiri Pirko
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-29rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-26bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf
2014-11-26bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro
2014-11-24kill zerocopy_sg_from_iovec()Al Viro