summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2014-11-18dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick
2014-11-18net/core: include linux/types.h instead of asm/types.hFabian Frederick
2014-11-18net: fix spelling for synchronizedFabian Frederick
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-11-10net: gro: add a per device gro flush timerEric Dumazet
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert
2014-11-04netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra
2014-11-03net: less interrupt masking in NAPIEric Dumazet
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel
2014-10-29net: introduce napi_schedule_irqoff()Eric Dumazet
2014-10-29net: skb_segment() should preserve backpressureToshiaki Makita
2014-10-26net: napi_reuse_skb() should check pfmemallocEric Dumazet
2014-10-22net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan
2014-10-20net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-15net: Add ndo_gso_checkTom Herbert
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller
2014-10-10net: fix races in page->_count manipulationEric Dumazet
2014-10-10flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck
2014-10-10net: filter: fix the commentsLi RongQing
2014-10-09net: Missing @ before descriptions cause make xmldocs warningMasanari Iida
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-07net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet
2014-10-06net: skb_segment() provides list head and tailEric Dumazet
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian
2014-10-03net: do not export skb_gro_receive()Eric Dumazet
2014-10-03qdisc: validate skb without holding lockEric Dumazet
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso
2014-10-01net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov
2014-10-01net: avoid one atomic operation in skb_clone()Eric Dumazet