summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2016-04-20tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-12/+21
2016-04-20rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel1-0/+1
2016-04-20net: fix bridge multicast packet checksum validationLinus Lüssing1-2/+20
2016-03-04IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter1-1/+3
2016-03-04flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck1-3/+6
2016-03-04net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck1-0/+7
2016-03-04net:Add sysctl_max_skb_fragsHans Westgaard Ry2-0/+12
2016-03-04unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa1-0/+7
2016-03-04gro: Make GRO aware of lightweight tunnels.Jesse Gross1-2/+5
2016-01-31net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+5
2016-01-31net: pktgen: fix null ptr deref in skb allocationJohn Fastabend1-1/+3
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+6
2015-12-17net: check both type and procotol for tcp socketsWANG Cong2-2/+4
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-1/+1
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo9-151/+201
2015-12-06sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-2/+0
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-3/+1
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2-9/+11
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-1/+1
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet3-7/+7
2015-11-23cgroups: Allow dynamically changing net_classidNina Schiff1-8/+18
2015-11-23net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov1-1/+4
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa1-122/+152
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang1-1/+1
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2015-11-17net/core: use netdev name in warning if no parentBjørn Mork1-5/+8
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov1-1/+1
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov1-0/+2
2015-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-4/+5
2015-11-10net: fix a race in dst_release()Eric Dumazet1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2-6/+8
2015-11-05net/core: ensure features get disabled on new lower devsJarod Wilson1-3/+4
2015-11-03net/core: fix for_each_netdev_featureJarod Wilson1-2/+6
2015-11-03ptp: Change ptp_class to a proper bitmaskStefan Sørensen1-8/+8
2015-11-03net/core: generic support for disabling netdev features down stackJarod Wilson1-0/+50
2015-11-03net: make skb_set_owner_w() more robustEric Dumazet1-0/+22
2015-10-28sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa1-3/+17
2015-10-27net: tso: add support for IPv6emmanuel.grumbach@intel.com1-5/+13
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+27
2015-10-23if_link: Add control trust VFHiroshi Shimamoto1-3/+21
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar1-0/+27
2015-10-22netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen1-4/+4
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+7
2015-10-16net: introduce pre-change upper device notifierJiri Pirko1-0/+9
2015-10-15ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1