summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* ethtool: Extend ethtool plugin module eeprom API to phylibEd Swierk2015-01-061-11/+34
* net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2015-01-051-2/+13
* net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski2015-01-051-2/+3
* net: skbuff: don't zero tc members when freeing skbFlorian Westphal2015-01-021-7/+0
* net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-9/+14
* net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2014-12-261-0/+1
* net: Reset secmark when scrubbing packetThomas Graf2014-12-241-0/+1
* net: Fix stacked vlan offload features computationToshiaki Makita2014-12-241-5/+8
* mpls: Fix config check for mpls.Pravin B Shelar2014-12-231-1/+1
* net: Rearrange loop in net_rx_actionHerbert Xu2014-12-231-14/+12
* net: Always poll at least one device in net_rx_actionHerbert Xu2014-12-231-4/+3
* net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu2014-12-231-0/+9
* net: Move napi polling code out of net_rx_actionHerbert Xu2014-12-231-44/+54
* net: drop the packet when fails to do software segmentation or header checkJason Wang2014-12-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-181-0/+5
|\
| * net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz2014-12-161-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-161-19/+20
|\ \ | |/ |/|
| * Merge branch 'nsfs' into for-nextAl Viro2014-12-101-19/+20
| |\
| | * bury struct proc_ns in fs/procAl Viro2014-12-041-3/+1
| | * copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-2/+7
| | * new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-041-2/+2
| | * make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-041-9/+3
| | * netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsAl Viro2014-12-041-6/+10
| | * common object embedded into various struct ....nsAl Viro2014-12-041-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-4/+20
|\ \ \
| * | | crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-251-4/+20
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-1119-630/+985
|\ \ \ \
| * | | | net: sock: fix access via invalid file descriptorAlexei Starovoitov2014-12-101-2/+2
| * | | | net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-101-2/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-0/+1
| |\ \ \ \
| * | | | | net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-102-8/+68
| * | | | | net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2014-12-101-40/+77
| * | | | | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-101-119/+19
| |\ \ \ \ \
| | * | | | | skb_copy_datagram_iovec() can dieAl Viro2014-12-091-84/+0
| | * | | | | switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro2014-12-091-35/+19
| * | | | | | rocker: remove swdev modeRoopa Prabhu2014-12-091-2/+8
| * | | | | | net: avoid to call skb_queue_len againLi RongQing2014-12-091-1/+1
| |/ / / / /
| * | | | | dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2014-12-091-24/+0
| * | | | | net: avoid two atomic operations in fast clonesEric Dumazet2014-12-091-17/+18
| * | | | | rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar2014-12-092-7/+30
| * | | | | ethtool: Support for configurable RSS hash functionEyal Perry2014-12-081-32/+37
| * | | | | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-052-2/+108
| * | | | | bridge: add brport flags to dflt bridge_getlinkScott Feldman2014-12-021-1/+38
| * | | | | net-sysfs: expose physical switch id for particular deviceJiri Pirko2014-12-021-0/+24
| * | | | | rtnl: expose physical switch id for particular deviceJiri Pirko2014-12-021-1/+25
| * | | | | net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-023-5/+5
| * | | | | net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-021-7/+43
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-5/+18
| |\ \ \ \ \
| * | | | | | switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro2014-11-241-86/+2
| * | | | | | kill zerocopy_sg_from_iovec()Al Viro2014-11-241-63/+2
OpenPOWER on IntegriCloud