summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf2014-11-261-5/+12
| * bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf2014-11-261-0/+6
* | 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
* | new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro2014-11-241-0/+116
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-211-17/+6
|\|
| * net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet2014-11-211-17/+6
* | net: move vlan pop/push functions into common codeJiri Pirko2014-11-211-0/+95
* | net: move make_writable helper into common codeJiri Pirko2014-11-211-0/+12
* | vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-212-9/+3
* | vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-212-4/+4
* | fold verify_iovec() into copy_msghdr_from_user()Al Viro2014-11-191-38/+0
* | {compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro2014-11-191-23/+14
* | net: pktgen: Deletion of an unnecessary check before the function call "proc_...Markus Elfring2014-11-191-2/+1
* | dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick2014-11-181-3/+6
* | net/core: include linux/types.h instead of asm/types.hFabian Frederick2014-11-181-1/+1
* | net: fix spelling for synchronizedFabian Frederick2014-11-181-2/+2
* | net: provide a per host RSS key generic infrastructureEric Dumazet2014-11-162-0/+30
* | net: generic dev_disable_lro() stacked device handlingMichal Kubeček2014-11-131-10/+5
* | neigh: remove dynamic neigh table registration supportWANG Cong2014-11-111-135/+112
* | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-112-3/+2
* | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-111-0/+5
* | net: gro: add a per device gro flush timerEric Dumazet2014-11-102-4/+59
* | net: Kill skb_copy_datagram_const_iovecHerbert Xu2014-11-071-89/+0
* | inet: Add skb_copy_datagram_iterHerbert Xu2014-11-071-0/+87
* | openvswitch: Add basic MPLS support to kernelSimon Horman2014-11-051-1/+2
* | net: Remove MPLS GSO feature.Pravin B Shelar2014-11-051-1/+0
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-051-2/+2
* | net: less interrupt masking in NAPIEric Dumazet2014-11-031-25/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-012-2/+8
|\|
| * net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck2014-10-311-2/+4