aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp2017-07-041-7/+16
* can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2017-07-041-0/+3
* UPSTREAM: sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-06-221-0/+3
* BACKPORT: ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-06-222-0/+9
* UPSTREAM: ipx: call ipxitf_put() in ioctl error pathDan Carpenter2017-06-201-3/+2
* ipv6: handle -EFAULT from skb_copy_bitsDave Jones2017-06-171-2/+5
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-06-171-2/+0
* sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-06-171-0/+2
* ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing2017-06-171-5/+16
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-06-171-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-06-171-12/+22
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-06-175-8/+17
* ping: implement proper lockingEric Dumazet2017-06-171-2/+1
* net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann2017-06-171-51/+80
* l2tp: take reference on sessions being dumpedGuillaume Nault2017-06-175-11/+27
* netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2017-06-171-2/+2
* ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2017-06-171-2/+4
* net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov2017-06-171-9/+9
* net: properly release sk_frag.pageEric Dumazet2017-06-171-5/+5
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-06-171-4/+1
* dccp/tcp: fix routing redirect raceJon Maxwell2017-06-174-8/+14
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-06-171-4/+31
* ipv4: mask tos for input routeJulian Anastasov2017-06-171-0/+1
* 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