summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-101-2/+2
* rtnetlink: fix FDB size computationSabrina Dubroca2016-12-101-1/+4
* net: check dead netns for peernet2id_alloc()WANG Cong2016-12-101-0/+2
* flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet2016-12-021-1/+1
* tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-211-5/+5
* net: __skb_flow_dissect() must cap its return valueEric Dumazet2016-11-211-3/+8
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2016-11-211-1/+1
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2016-11-211-0/+1
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-11-151-0/+1
* net: add recursion limit to GROSabrina Dubroca2016-11-151-0/+1
* net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet2016-11-151-7/+10
* net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins2016-11-151-31/+37
* net: pktgen: fix pkt_sizePaolo Abeni2016-11-151-11/+10
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-10-311-1/+1
* bonding: Fix bonding crashMahesh Bandewar2016-09-301-0/+16
* net_sched: fix mirrored packets checksumWANG Cong2016-07-271-18/+0
* packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-271-0/+43
* bpf: try harder on clones when writing into skbDaniel Borkmann2016-07-111-8/+10
* neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso2016-07-111-1/+5
* net: fix infoleak in rtnetlinkKangjie Lu2016-05-181-8/+10
* vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-05-181-2/+5
* net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-05-181-3/+1
* tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-201-12/+21
* rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel2016-04-201-0/+1
* net: fix bridge multicast packet checksum validationLinus Lüssing2016-04-201-2/+20
* IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter2016-03-031-1/+3
* flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck2016-03-031-3/+6
* net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck2016-03-031-0/+7
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-03-032-0/+12
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-03-031-0/+7
* gro: Make GRO aware of lightweight tunnels.Jesse Gross2016-03-031-2/+5
* net: bpf: reject invalid shiftsRabin Vincent2016-01-311-0/+5
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-311-0/+5
* net: pktgen: fix null ptr deref in skb allocationJohn Fastabend2016-01-311-1/+3
* net: possible use after free in dst_releaseFrancesco Ruggeri2016-01-061-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-172-6/+6
|\
| * net: check both type and procotol for tcp socketsWANG Cong2015-12-172-2/+4
| * skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2015-12-151-1/+1
| * xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-111-1/+1
| * sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-051-2/+0
* | Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-079-151/+201
|\|
| * ipv6: kill sk_dst_lockEric Dumazet2015-12-031-3/+1
| * net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov2015-12-031-2/+2
| * net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-011-1/+1
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-013-7/+7
| * cgroups: Allow dynamically changing net_classidNina Schiff2015-11-231-8/+18
| * net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann2015-11-221-0/+2
| * net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov2015-11-171-1/+4
| * rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa2015-11-171-122/+152
| * net: use skb_clone to avoid alloc_pages failure.Martin Zhang2015-11-171-1/+1