summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-04-14net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas
2015-04-14net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha
2015-04-14ipvs: rerouting to local clients is not needed anymoreJulian Anastasov
2015-04-14Bluetooth: Fix invalid length check in l2cap_information_rsp()Tim Niemeyer
2015-04-14net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara
2015-04-14net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann
2015-04-14caif: remove wrong dev_net_set() callNicolas Dichtel
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-04-14ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa
2015-04-14net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann
2015-04-14nl80211: fix per-station group key get/del and memory leakJohannes Berg
2015-04-14mac80211: fix multicast LED blinking and counterAndreas Müller
2015-04-14net: Fix stacked vlan offload features computationToshiaki Makita
2015-04-14SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust
2015-02-02drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2015-02-02Patch for 3.2.x, 3.4.x IP identifier regressionJeffrey Knockel
2015-02-02libceph: do not crash on large auth ticketsIlya Dryomov
2015-02-02mac80211: fix use-after-free in defragmentationJohannes Berg
2015-02-02mac80211: properly flush delayed scan work on interface removalJohannes Berg
2015-02-02Bluetooth: Fix setting correct security level when initiating SMPJohan Hedberg
2014-12-01l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault
2014-12-01net: Do not enable tx-nocache-copy by defaultBenjamin Poirier
2014-12-01ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa
2014-12-01ipv4: disable bh while doing route gcMarcelo Ricardo Leitner
2014-12-01ipv4: avoid parallel route cache gc executionsMarcelo Ricardo Leitner
2014-12-01ipv4: move route garbage collector to work queueMarcelo Ricardo Leitner
2014-12-01nl80211: clear skb cb before passing to netlinkJohannes Berg
2014-12-01libceph: do not hard code max auth ticket lenIlya Dryomov
2014-12-01libceph: add process_one_ticket() helperIlya Dryomov
2014-12-01libceph: gracefully handle large reply messages from the monSage Weil
2014-08-14sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet
2014-08-14iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin
2014-08-14net: Correctly set segment mac_len in skb_segment().Vlad Yasevich
2014-08-14net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann
2014-08-14tcp: Fix integer-overflow in TCP vegasChristoph Paasch
2014-08-14tcp: Fix integer-overflows in TCP venoChristoph Paasch
2014-08-14net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin
2014-08-14ip: make IP identifiers less predictableEric Dumazet
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet
2014-08-07ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng
2014-08-07net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin
2014-08-07Revert: "net: ip, ipv6: handle gso skbs in forwarding path"Greg Kroah-Hartman
2014-07-28ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet
2014-07-28dns_resolver: Null-terminate the right stringBen Hutchings
2014-07-28dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling
2014-07-28net: sctp: fix information leaks in ulpevent layerDaniel Borkmann
2014-07-28tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy
2014-07-28appletalk: Fix socket referencing in skbAndrey Utkin
2014-07-28tcp: fix false undo corner casesYuchung Cheng