summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * net: napi_reuse_skb() should check pfmemallocEric Dumazet2014-10-261-0/+4
* | neigh: optimize neigh_parms_release()Nicolas Dichtel2014-10-291-19/+13
* | net: introduce napi_schedule_irqoff()Eric Dumazet2014-10-291-1/+14
* | net: skb_segment() should preserve backpressureToshiaki Makita2014-10-291-0/+10
|/
* net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan2014-10-221-1/+2
* net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal2014-10-201-3/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-182-1/+3
|\
| * net: Add ndo_gso_checkTom Herbert2014-10-151-1/+1
| * net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller2014-10-141-0/+2
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-153-9/+9
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-263-9/+9
* | net: fix races in page->_count manipulationEric Dumazet2014-10-101-7/+18
* | flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck2014-10-101-13/+23
* | net: filter: fix the commentsLi RongQing2014-10-101-6/+3
* | net: Missing @ before descriptions cause make xmldocs warningMasanari Iida2014-10-091-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0816-597/+969
|\ \
| * | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-10/+9
| * | net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong2014-10-071-4/+4
| * | net: validate_xmit_vlan() is staticEric Dumazet2014-10-061-1/+2
| * | net: introduce netdevice gso_min_segs attributeEric Dumazet2014-10-061-3/+6
| * | ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet2014-10-061-0/+1
| * | net: skb_segment() provides list head and tailEric Dumazet2014-10-062-12/+20
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-051-1/+1
| |\ \
| | * | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
| * | | net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2014-10-041-4/+4