aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/wireless: add cfg80211_ref_bss() from 3.4 kernelWolfgang Wiedmeyer2017-01-211-0/+12
* Backport mac80211 from 3.4 kernelWolfgang Wiedmeyer2017-01-2160-4648/+8634
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2017-01-081-2/+2
* net: cleanups in sock_setsockopt()Eric Dumazet2017-01-081-27/+15
* netfilter: Change %p to %pK in debug messagesMin Chong2016-12-131-10/+10
* net: ping: Fix stack buffer overflow in ping_common_sendmsg()Siqi Lin2016-12-131-1/+1
* fix infoleak in rtnetlinkkangjie2016-10-191-8/+8
* Replace %p with %pK to prevent leaking kernel addressMohamad Ayyash2016-10-191-1/+1
* net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo2016-10-191-19/+19
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-07-223-6/+12
* net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2016-06-301-0/+4
* netfilter: x_tables: check for size overflowFlorian Westphal2016-05-171-0/+4
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-05-063-2/+18
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-05-063-33/+31
* Revert "udp: remove redundant variable"David S. Miller2016-03-152-14/+16
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2016-03-156-6/+12
* net: ipv4: current group_info should be put after using.JP Abgrall2016-03-151-4/+11
* net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin2016-03-151-2/+2
* tcp_cubic: do not set epoch_start in the futureEric Dumazet2016-02-221-2/+8
* tcp_cubic: better follow cubic curve after idle periodEric Dumazet2016-02-221-0/+16
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2016-02-222-2/+6
* udp: fix behavior of wrong checksumsHarry Lin2016-02-222-8/+4
* net: llc: use correct size for sysctl timeout entriesSasha Levin2016-02-221-4/+4
* netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2016-02-221-1/+25
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2016-02-201-1/+8
* netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann2016-02-201-3/+3
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-02-201-0/+3
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-02-205-0/+15
* net: fix iterating over hashtable in tcp_nuke_addr()Dmitry Torokhov2016-02-201-1/+1
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2016-02-201-1/+16
* neigh: Better handling of transition to NUD_PROBE stateErik Kline2016-02-141-0/+3
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-12-181-0/+1
* Revert "bcmdhd: update from i9305 source drop (1.141.15 --> 1.141.44)"rogersb112015-12-082-21/+4
* bcmdhd: update from i9305 source drop (1.141.15 --> 1.141.44)DerTeufel2015-12-082-4/+21
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-10110-406/+887
|\
| * ipv6: tcp: fix panic in SYN processingEric Dumazet2013-10-221-1/+1
| * ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa2013-10-131-31/+22
| * ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine2013-10-131-2/+2
| * ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine2013-10-131-2/+2
| * ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-137-11/+11
| * bridge: Clamp forward_delay when enabling STPHerbert Xu2013-10-133-8/+26
| * resubmit bridge: fix message_age_timer calculationChris Healy2013-10-131-1/+1
| * net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann2013-10-131-30/+12
| * netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-10-131-5/+4
| * caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones2013-10-131-1/+2
| * splice: fix racy pipe->buffers usesEric Dumazet2013-10-051-1/+2
| * Revert "sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()"Greg Kroah-Hartman2013-10-011-2/+1
| * tipc: fix lockdep warning during bearer initializationYing Xue2013-09-141-1/+14
| * ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac2013-09-141-1/+9
| * net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann2013-09-141-1/+2