aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2016-12-10net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-12-10rtnetlink: fix FDB size computationSabrina Dubroca
2016-12-10net: check dead netns for peernet2id_alloc()WANG Cong
2016-12-02flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-21net: __skb_flow_dissect() must cap its return valueEric Dumazet
2016-11-21net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2016-11-21net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2016-11-15packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-11-15net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet
2016-11-15net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2016-11-15net: pktgen: fix pkt_sizePaolo Abeni
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-09-30bonding: Fix bonding crashMahesh Bandewar
2016-07-27net_sched: fix mirrored packets checksumWANG Cong
2016-07-27packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller
2016-07-11bpf: try harder on clones when writing into skbDaniel Borkmann
2016-07-11neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso
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