summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2016-05-18net: fix infoleak in rtnetlinkKangjie Lu
2016-05-18vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann
2016-05-18net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-04-20tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann
2016-04-20rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel
2016-04-20net: fix bridge multicast packet checksum validationLinus Lüssing
2016-03-03IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter
2016-03-03flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck
2016-03-03net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck
2016-03-03net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-03-03unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-03-03gro: Make GRO aware of lightweight tunnels.Jesse Gross
2016-01-31net: bpf: reject invalid shiftsRabin Vincent
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-31net: pktgen: fix null ptr deref in skb allocationJohn Fastabend
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-12-17net: check both type and procotol for tcp socketsWANG Cong
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-03ipv6: kill sk_dst_lockEric Dumazet
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-23cgroups: Allow dynamically changing net_classidNina Schiff
2015-11-22net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2015-11-16net/core: use netdev name in warning if no parentBjørn Mork
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-11-09net: fix a race in dst_release()Eric Dumazet
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-04net/core: ensure features get disabled on new lower devsJarod Wilson
2015-11-03net/core: fix for_each_netdev_featureJarod Wilson
2015-11-03ptp: Change ptp_class to a proper bitmaskStefan Sørensen
2015-11-02net/core: generic support for disabling netdev features down stackJarod Wilson
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet
2015-10-27sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa
2015-10-26net: tso: add support for IPv6emmanuel.grumbach@intel.com
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23if_link: Add control trust VFHiroshi Shimamoto
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen