aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro1-0/+116
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+6
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet1-17/+6
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko1-0/+95
2014-11-21net: move make_writable helper into common codeJiri Pirko1-0/+12
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2-9/+3
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2-4/+4
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro1-38/+0
2014-11-19{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro1-23/+14
2014-11-19net: pktgen: Deletion of an unnecessary check before the function call "proc_remove"Markus Elfring1-2/+1
2014-11-18dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick1-3/+6
2014-11-18net/core: include linux/types.h instead of asm/types.hFabian Frederick1-1/+1
2014-11-18net: fix spelling for synchronizedFabian Frederick1-2/+2
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet2-0/+30
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changesIngo Molnar4-6/+20
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček1-10/+5
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong1-135/+112
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2-3/+2
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+5
2014-11-10net: gro: add a per device gro flush timerEric Dumazet2-4/+59
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu1-89/+0
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu1-0/+87
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman1-1/+2
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar1-1/+0
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert1-2/+2
2014-11-04netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra2-10/+10
2014-11-03net: less interrupt masking in NAPIEric Dumazet1-25/+43
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+8
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck1-2/+4
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel1-19/+13
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet1-1/+14
2014-10-29net: skb_segment() should preserve backpressureToshiaki Makita1-0/+10
2014-10-26net: napi_reuse_skb() should check pfmemallocEric Dumazet1-0/+4
2014-10-22net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan1-1/+2
2014-10-20net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal1-3/+10
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+3
2014-10-15net: Add ndo_gso_checkTom Herbert1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-9/+9
2014-10-14net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller1-0/+2
2014-10-10net: fix races in page->_count manipulationEric Dumazet1-7/+18
2014-10-10flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck1-13/+23
2014-10-10net: filter: fix the commentsLi RongQing1-6/+3
2014-10-09net: Missing @ before descriptions cause make xmldocs warningMasanari Iida1-5/+5
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-597/+969
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds4-148/+0
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-10/+9
2014-10-07net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong1-4/+4
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet1-1/+2
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet1-3/+6