summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2016-10-26ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel
2016-10-26ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček
2016-10-26af_unix: fix a fatal race with bit fieldsEric Dumazet
2016-10-26sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien
2016-03-21net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa
2016-03-21ipv6: prevent fib6_run_gc() contentionMichal Kubeček
2016-03-21net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-03-21unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-10-22sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-04-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann
2015-04-14net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann
2015-02-02drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2014-12-01regulatory: add NUL to alpha2Eliad Peller
2014-08-14ip: make IP identifiers less predictableEric Dumazet
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet
2014-07-09Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan
2014-06-26net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet
2014-06-07mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka
2014-06-07ipv6: Limit mtu to 65575 bytesEric Dumazet
2014-05-18netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-11-04net: fix cipso packet validation when !NETLABELSeif Mazareeb
2013-11-04net: dst: provide accessor function to dst->xfrmVlad Yasevich
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-07-28ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2013-07-28ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang
2013-06-20Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg
2013-05-19ipv6: do not clear pinet6 fieldEric Dumazet
2013-05-19tcp: force a dst refcount when prequeue packetEric Dumazet
2013-05-01net: fix incorrect credentials passingLinus Torvalds
2013-03-28inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa
2013-03-28ipv4: fix definition of FIB_TABLE_HASHSZDenis V. Lunev
2013-02-28ipv6: use a stronger hash for tcpEric Dumazet
2013-02-28net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet
2013-01-11inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch
2012-11-17mac80211: verify that skb data is presentJohannes Berg
2012-10-21ipvs: fix oops on NAT reply in br_nf contextLin Ming
2012-10-21netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso
2012-10-13xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert
2012-10-02Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes
2012-10-02af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet
2012-10-02tcp: Apply device TSO segment limit earlierBen Hutchings
2012-07-16bonding: Fix corrupted queue_mappingEric Dumazet
2012-07-16inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet
2012-07-16cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore
2012-06-10ipv6: fix incorrect ipsec fragmentGao feng
2012-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan
2012-05-10sctp: check cached dst before using itNicolas Dichtel