aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2015-02-201-0/+6
* net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann2015-02-201-1/+0
* nl80211: fix per-station group key get/del and memory leakJohannes Berg2015-02-201-5/+4
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2015-02-201-0/+7
* Revert "tcp: Apply device TSO segment limit earlier"Ben Hutchings2015-02-204-18/+11
* net: Fix stacked vlan offload features computationToshiaki Makita2015-02-201-5/+7
* mac80211: fix multicast LED blinking and counterAndreas Müller2015-02-201-5/+6
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2015-02-202-10/+10
* ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2015-02-204-12/+27
* ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2015-02-204-10/+22
* net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2015-01-011-2/+2
* ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin2015-01-011-3/+9
* tcp: md5: do not use alloc_percpu()Eric Dumazet2015-01-011-39/+20
* tcp: md5: remove spinlock usage in fast pathEric Dumazet2015-01-014-95/+24
* ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko2015-01-011-1/+1
* net: sctp: fix memory leak in auth key managementDaniel Borkmann2015-01-011-2/+0
* drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2015-01-012-1/+39
* net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann2015-01-011-0/+3
* Patch for 3.2.x, 3.4.x IP identifier regressionJeffrey Knockel2014-12-141-1/+1
* tcp: be more strict before accepting ECN negociationEric Dumazet2014-12-142-2/+2
* SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust2014-12-141-11/+16
* sunrpc: fix byte-swapping of displayed XIDChuck Lever2014-12-141-1/+1
* libceph: do not crash on large auth ticketsIlya Dryomov2014-12-141-37/+132
* mac80211: fix use-after-free in defragmentationJohannes Berg2014-12-141-7/+7
* mac80211: properly flush delayed scan work on interface removalJohannes Berg2014-12-141-1/+6
* libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov2014-12-141-1/+6
* l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault2014-11-051-1/+2
* ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-11-051-1/+0
* net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2014-11-052-26/+10
* net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-11-051-0/+2
* net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-11-052-60/+57
* ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa2014-11-051-1/+1
* ipv6: reallocate addrconf router for ipv6 address when lo device upchenweilong2014-11-051-2/+12
* ipv4: disable bh while doing route gcMarcelo Ricardo Leitner2014-11-051-2/+2
* ipv4: avoid parallel route cache gc executionsMarcelo Ricardo Leitner2014-11-051-5/+16
* ipv4: move route garbage collector to work queueMarcelo Ricardo Leitner2014-11-051-14/+29
* nl80211: clear skb cb before passing to netlinkJohannes Berg2014-11-051-0/+6
* libceph: do not hard code max auth ticket lenIlya Dryomov2014-11-051-35/+29
* libceph: add process_one_ticket() helperIlya Dryomov2014-11-051-104/+124
* libceph: gracefully handle large reply messages from the monSage Weil2014-11-051-0/+8
* libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2014-11-052-7/+7
* sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet2014-09-131-1/+1
* iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin2014-09-131-0/+4
* net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann2014-09-131-0/+1
* tcp: Fix integer-overflow in TCP vegasChristoph Paasch2014-09-131-1/+2
* tcp: Fix integer-overflows in TCP venoChristoph Paasch2014-09-131-1/+1
* ip: make IP identifiers less predictableEric Dumazet2014-09-132-3/+35
* inetpeer: get rid of ip_id_countEric Dumazet2014-09-1310-102/+37
* netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore2014-09-132-11/+21
* netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter2014-09-131-1/+1