summaryrefslogtreecommitdiff
path: root/net/core (follow)
Commit message (Expand)AuthorAge
* socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-30
* net: properly release sk_frag.pageEric Dumazet2017-03-30
* net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-22
* net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-22
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-03-22
* net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-18
* net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-02-04
* gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-01-15
* gro: Enter slow-path if there is no tailroomHerbert Xu2017-01-15
* drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang2017-01-15
* drop_monitor: add missing call to genlmsg_endReiter Wolfgang2017-01-15
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-10
* rtnetlink: fix FDB size computationSabrina Dubroca2016-12-10
* net: check dead netns for peernet2id_alloc()WANG Cong2016-12-10
* flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet2016-12-02
* tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-21
* net: __skb_flow_dissect() must cap its return valueEric Dumazet2016-11-21
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2016-11-21
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2016-11-21
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-11-15
* net: add recursion limit to GROSabrina Dubroca2016-11-15
* net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet2016-11-15
* net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins2016-11-15
* net: pktgen: fix pkt_sizePaolo Abeni2016-11-15
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-10-31
* bonding: Fix bonding crashMahesh Bandewar2016-09-30
* net_sched: fix mirrored packets checksumWANG Cong2016-07-27
* packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-27
* bpf: try harder on clones when writing into skbDaniel Borkmann2016-07-11
* neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso2016-07-11
* net: fix infoleak in rtnetlinkKangjie Lu2016-05-18
* vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-05-18
* net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-05-18
* tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-20
* rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel2016-04-20
* net: fix bridge multicast packet checksum validationLinus Lüssing2016-04-20
* IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter2016-03-03
* flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck2016-03-03
* net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck2016-03-03
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-03-03
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-03-03
* gro: Make GRO aware of lightweight tunnels.Jesse Gross2016-03-03
* net: bpf: reject invalid shiftsRabin Vincent2016-01-31
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-31
* net: pktgen: fix null ptr deref in skb allocationJohn Fastabend2016-01-31
* net: possible use after free in dst_releaseFrancesco Ruggeri2016-01-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-17
|\
| * net: check both type and procotol for tcp socketsWANG Cong2015-12-17
| * skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2015-12-15
| * xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-11