aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani2017-06-171-4/+5
* vti4: Don't count header length twice.Steffen Klassert2017-06-171-1/+0
* net: 6lowpan: fix lowpan_header_create non-compression memcpy callDaniel Borkmann2017-06-171-1/+1
* net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat2017-06-171-1/+3
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-06-171-8/+21
* l2tp: do not use udp_ioctl()Eric Dumazet2017-06-173-2/+28
* ping: fix a null pointer dereferenceWANG Cong2017-06-171-0/+2
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-06-171-0/+1
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-06-171-0/+4
* net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-06-171-18/+13
* mac80211: Fix adding of mesh vendor IEsThorsten Horstmann2017-06-171-1/+1
* svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields2017-06-171-1/+1
* tcp: initialize max window for a new fastopen socketAlexey Kodanev2017-06-171-0/+1
* net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-06-171-2/+2
* svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields2017-06-171-1/+1
* gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-06-171-0/+1
* gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-06-171-2/+3
* gro: Enter slow-path if there is no tailroomHerbert Xu2017-06-171-1/+2
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-06-171-1/+3
* libceph: don't set weight to IN when OSD is destroyedIlya Dryomov2017-06-171-1/+0
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-06-021-7/+8
* net: fix config_xps and config_rps since use_generic_smp_helpers was removedMister Oyster2017-05-311-3/+3
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2017-05-304-0/+10
* net/ipv4: queue work on power efficient wqviresh kumar2017-05-241-4/+6
* net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2017-05-242-14/+26
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2017-05-249-18/+0
* tcp: whitespace fixesstephen hemminger2017-05-2413-116/+102
* net/packet: merge fiximoseyon2017-05-241-7/+0
* UPSTREAM: netfilter: Fix build errors with xt_socket.cDavid S. Miller2017-05-238-74/+64
* packet: remove unnecessary break after returnFabian Frederick2017-05-231-2/+0
* af_packet: make tpacket_rcv to not set status value before run_filterAlexander Drozdov2017-05-231-3/+4
* packet: race condition in packet_bindFrancesco Ruggeri2017-05-231-31/+49
* packet: missing dev_put() in packet_do_bind()Lars Westerhoff2017-05-231-5/+3
* packet: improve socket create/bind latency in some casesDaniel Borkmann2017-05-231-11/+22
* net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.Lorenzo Colitti2017-05-231-1/+2
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2017-05-2326-34/+73
* BACKPORT [UPSTREAM] net: add real socket cookiesChenbo Feng2017-05-233-0/+14
* net: core: add UID to flows, rules, and routesLorenzo Colitti2017-05-234-2/+91
* Revert "net: core: Support UID-based routing."Lorenzo Colitti2017-05-2322-108/+21
* Revert "Handle 'sk' being NULL in UID-based routing."Lorenzo Colitti2017-05-231-1/+1
* net: Add SIOCKILLADDR ioctl in the compatibility listAbhishek Bhardwaj2017-05-231-0/+1
* UPSTREAM: net: socket: Make unnecessarily global sockfs_setattr() staticTobias Klauser2017-05-231-1/+1
* net: socket: don't set sk_uid to garbage value in ->setattr()Eric Biggers2017-05-231-1/+1
* net: core: Add a UID field to struct sock.Lorenzo Colitti2017-05-232-1/+18
* dccp/tcp: do not inherit mc_list from parentEric Dumazet2017-05-221-0/+2
* ANDROID: Add untag hacks to inet_release functionChenbo Feng2017-05-204-59/+62
* packet: fix races in fanout_add()Eric Dumazet2017-05-201-12/+14
* ANDROID: make PF_KEY SHA256 use RFC-compliant truncation.Lorenzo Colitti2017-05-111-1/+1
* net: ping: check minimum size on ICMP header lengthKees Cook2017-05-101-0/+4
* Revert "net: ping: Fix stack buffer overflow in ping_common_sendmsg()"Mister Oyster2017-05-101-1/+1