summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2015-05-06net: fix crash in build_skb()Eric Dumazet
2015-05-06net: do not deplete pfmemalloc reserveEric Dumazet
2015-04-29skbuff: Do not scrub skb mark within the same name spaceHerbert Xu
2015-04-29Revert "net: Reset secmark when scrubbing packet"Herbert Xu
2015-04-29ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-26net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-03-18net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet
2015-03-18net: pktgen: disable xmit_clone on virtual devicesEric Dumazet
2015-03-18net: reject creation of netdev names with colonsMatthew Thode
2015-03-18sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet
2015-03-18gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki
2015-03-18rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-03-18rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-03-18pktgen: fix UDP checksum computationSabrina Dubroca
2015-03-18flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek
2015-02-05net: remove some sparse warningsEric Dumazet
2015-01-30net: Fix vlan_get_protocol for stacked vlanToshiaki Makita
2015-01-28bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2015-01-16net: rps: fix cpu unplugEric Dumazet
2015-01-14neighbour: fix base_reachable_time(_ms) not effective immediatly when changedJean-Francois Remy
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-12-26net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh
2014-12-24net: Reset secmark when scrubbing packetThomas Graf
2014-12-24net: Fix stacked vlan offload features computationToshiaki Makita
2014-12-23mpls: Fix config check for mpls.Pravin B Shelar
2014-12-23net: Rearrange loop in net_rx_actionHerbert Xu
2014-12-23net: Always poll at least one device in net_rx_actionHerbert Xu
2014-12-23net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu
2014-12-23net: Move napi polling code out of net_rx_actionHerbert Xu
2014-12-23net: drop the packet when fails to do software segmentation or header checkJason Wang
2014-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-16net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-10net: sock: fix access via invalid file descriptorAlexei Starovoitov
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-10Merge branch 'nsfs' into for-nextAl Viro
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-09rocker: remove swdev modeRoopa Prabhu
2014-12-09net: avoid to call skb_queue_len againLi RongQing
2014-12-09skb_copy_datagram_iovec() can dieAl Viro
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar