aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2017-05-171-8/+2
* packet: fix race condition in packet_set_ringPhilip Pettersson2017-05-171-8/+13
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2017-05-176-6/+12
* Revert "udp: remove redundant variable"David S. Miller2017-05-172-14/+16
* net: fix iterating over hashtable in tcp_nuke_addr()Dmitry Torokhov2016-10-291-1/+1
* netfilter: x_tables: check for size overflowFlorian Westphal2016-10-291-0/+4
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-10-293-33/+31
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-10-293-2/+18
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2016-10-291-1/+16
* UPSTREAM: net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo2016-10-291-19/+19
* UPSTREAM: netfilter: x_tables: make sure e->next_offset covers remaining blob...Florian Westphal2016-10-293-6/+12
* UPSTREAM: netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-10-293-27/+24
* ipv6: sysctl to restrict candidate source addressesErik Kline2016-10-291-1/+18
* net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2016-10-291-0/+4
* fix infoleak in rtnetlinkkangjie2016-10-291-8/+8
* Replace %p with %pK to prevent leaking kernel addressMohamad Ayyash2016-10-291-1/+1
* BACKPORT: Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery2016-10-291-7/+11
* tcp: Use supported random32 in pre-3.8 kernelsMatt Mower2016-10-291-1/+1
* BACKPORT: tcp: make challenge acks less predictableEric Dumazet2016-10-291-3/+11
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2016-04-031-0/+24
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-117-7/+7
* nf: IDLETIMER: Adds the uid field in the msgRuchi Kandoi2016-03-111-5/+32
* netfilter: IDLETIMER: fix invalid deference of timerJP Abgrall2016-03-111-1/+1
* nf: Remove compilation error caused byRuchi Kandoi2016-03-111-1/+0
* nf: IDLETIMER: time-stamp and suspend/resume handling.Ruchi Kandoi2016-03-111-18/+152
* vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds2016-01-081-15/+1
* netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann2016-01-051-3/+3
* netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2016-01-051-1/+25
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-01-055-0/+15
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-01-051-0/+3
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2016-01-052-2/+6
* udp: fix behavior of wrong checksumsEric Dumazet2016-01-052-8/+4
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2016-01-051-0/+1
* net: llc: use correct size for sysctl timeout entriesSasha Levin2016-01-051-4/+4
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2016-01-051-1/+8
* net: ipv6: allow choosing optimistic addresses with use_optimisticErik Kline2015-04-111-1/+3
* net/ping: handle protocol mismatching scenarioJane Zhou2015-04-111-0/+2
* net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline2014-11-281-2/+44
* net: ipv6: autoconf routes into per-device tablesLorenzo Colitti2014-11-272-44/+99
* net: defer net_secret[] initializationEric Dumazet2014-11-262-4/+5
* net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin2014-11-261-2/+2
* net: ipv4: current group_info should be put after using.JP Abgrall2014-11-261-4/+11
* net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti2014-11-261-0/+1
* net: Fix "ip rule delete table 256"Andreas Henriksson2014-11-261-1/+2
* Merge remote-tracking branch 'linux/linux-3.0.y' into stable-newpvrZiyann2014-11-2685-301/+634
|\
| * 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