summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2016-10-26ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel1-0/+1
2016-10-26ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček1-0/+2
2016-10-26af_unix: fix a fatal race with bit fieldsEric Dumazet1-2/+3
2016-10-26sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien1-1/+2
2016-03-21net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa1-1/+1
2016-03-21ipv6: prevent fib6_run_gc() contentionMichal Kubeček1-1/+1
2016-03-21net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2016-03-21unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-0/+1
2015-10-22sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-0/+5
2015-04-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann1-3/+3
2015-04-14net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+5
2015-02-02drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+1
2014-12-01regulatory: add NUL to alpha2Eliad Peller1-1/+1
2014-08-14ip: make IP identifiers less predictableEric Dumazet1-10/+1
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet5-34/+33
2014-07-09Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan1-1/+0
2014-06-26net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+1
2014-06-08mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka1-0/+5
2014-06-08ipv6: Limit mtu to 65575 bytesEric Dumazet1-0/+5
2014-05-18netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin1-2/+2
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2-3/+5
2013-11-04net: fix cipso packet validation when !NETLABELSeif Mazareeb1-2/+4
2013-11-04net: dst: provide accessor function to dst->xfrmVlad Yasevich1-0/+12
2013-10-14ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2-5/+9
2013-07-29ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-0/+1
2013-07-29ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang1-0/+3
2013-06-20Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2-0/+2
2013-05-19ipv6: do not clear pinet6 fieldEric Dumazet1-0/+12
2013-05-19tcp: force a dst refcount when prequeue packetEric Dumazet1-0/+1
2013-05-01net: fix incorrect credentials passingLinus Torvalds1-1/+1
2013-03-28inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa1-0/+9
2013-03-28ipv4: fix definition of FIB_TABLE_HASHSZDenis V. Lunev1-7/+5
2013-02-28ipv6: use a stronger hash for tcpEric Dumazet3-4/+17
2013-02-28net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue1-1/+1
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet1-0/+1
2013-01-11inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch1-0/+1
2012-11-18mac80211: verify that skb data is presentJohannes Berg1-0/+9
2012-10-21ipvs: fix oops on NAT reply in br_nf contextLin Ming1-1/+1
2012-10-21netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso1-0/+1
2012-10-13xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert1-0/+3
2012-10-02Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes1-1/+1
2012-10-02af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet1-1/+3
2012-10-02tcp: Apply device TSO segment limit earlierBen Hutchings1-0/+2
2012-07-16bonding: Fix corrupted queue_mappingEric Dumazet1-2/+5
2012-07-16inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-1/+4
2012-07-16cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore1-1/+28
2012-06-09ipv6: fix incorrect ipsec fragmentGao feng1-0/+1
2012-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan1-0/+1
2012-05-11sctp: check cached dst before using itNicolas Dichtel1-0/+13