aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet2016-09-101-6/+12
* net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti2016-09-101-0/+5
* net: diag: Support destroying TCP sockets.Lorenzo Colitti2016-09-105-0/+66
* net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti2016-09-101-8/+15
* net: diag: Add the ability to destroy a socket.Lorenzo Colitti2016-09-101-3/+20
* net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti2016-09-101-14/+32
* tcp: make challenge acks less predictableEric Dumazet2016-09-101-7/+7
* random: sprinkle e/f/prandom in places that deplete entropy oftenimoseyon2016-09-104-4/+4
* net/packet: merge fiximoseyon2016-09-101-7/+0
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2016-09-102-8/+8
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-1020-803/+708
* tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng2016-09-011-1/+1
* tcp: fix timing issue in CUBIC slope calculationNeal Cardwell2016-09-011-0/+8
* tcp_cubic: do not set epoch_start in the futureEric Dumazet2016-09-011-2/+8
* tcp_cubic: better follow cubic curve after idle periodEric Dumazet2016-09-011-0/+16
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-2618-64/+84
* Linux 3.10.101 (accumulative patch)Stefan Guendhoer2016-08-263-13/+42
* Linux 3.10.99 (accumulative patch)Stefan Guendhoer2016-08-2610-39/+47
* Linux 3.10.98 (accumulative patch)Stefan Guendhoer2016-08-261-1/+1
* Linux 3.10.96 (accumulative patch)Stefan Guendhoer2016-08-269-25/+58
* Linux 3.10.95 (accumulative patch)Stefan Guendhoer2016-08-2620-61/+240
* Linux 3.10.94Stefan Guendhoer2016-08-267-8/+35
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2016-08-261-1/+1
* skbuff: Fix skb checksum partial check.Pravin B Shelar2016-08-261-4/+5
* af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole2016-08-261-1/+13
* l2tp: protect tunnel->del_work by ref_countAlexander Couzens2016-08-261-2/+9
* fib_rules: fix fib rule dumps across multiple skbsWilson Kok2016-08-261-2/+5
* ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov2016-08-261-1/+1
* ipvs: do not use random local source address for tunnelsJulian Anastasov2016-08-261-1/+0
* netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer2016-08-261-1/+2
* Revert "fib_rules: fix fib rule dumps across multiple skbs"Levin Calado2016-08-261-9/+5
* fib_rules: fix fib rule dumps across multiple skbsWilson Kok2016-08-261-5/+9
* sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2016-08-261-23/+41
* net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2016-08-261-1/+1
* ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann2016-08-261-1/+1
* ip6_gre: release cached dst on tunnel removalhuaibin Wang2016-08-261-0/+1
* rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2016-08-261-1/+1
* netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2016-08-261-32/+47
* inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee2016-08-261-2/+5
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2016-08-262-9/+27
* bridge: mdb: fix double add notificationNikolay Aleksandrov2016-08-261-1/+0
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2016-08-261-6/+7
* net: Fix skb csum races when peekingHerbert Xu2016-08-261-1/+2
* net: Clone skb before setting peeked flagHerbert Xu2016-08-261-3/+38
* net: call rcu_read_lock early in process_backlogJulian Anastasov2016-08-261-15/+14
* net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov2016-08-261-1/+3
* bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov2016-08-261-0/+2
* net/tipc: initialize security state for new connection socketStephen Smalley2016-08-261-0/+1
* ipv6: Make MLD packets to only be processed locallyAngga2016-08-261-3/+3
* sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2016-08-261-11/+32