summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-09-13sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet
2014-09-13iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin
2014-09-13net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann
2014-09-13tcp: Fix integer-overflow in TCP vegasChristoph Paasch
2014-09-13tcp: Fix integer-overflows in TCP venoChristoph Paasch
2014-09-13ip: make IP identifiers less predictableEric Dumazet
2014-09-13inetpeer: get rid of ip_id_countEric Dumazet
2014-09-13netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore
2014-09-13netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter
2014-09-13net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin
2014-09-13Bluetooth: never linger on process exitVladimir Davydov
2014-08-06ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov
2014-08-06netfilter: ipt_ULOG: fix info leaksMathias Krause
2014-08-06rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt
2014-08-06ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet
2014-08-06dns_resolver: Null-terminate the right stringBen Hutchings
2014-08-06dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling
2014-08-06net: sctp: fix information leaks in ulpevent layerDaniel Borkmann
2014-08-06appletalk: Fix socket referencing in skbAndrey Utkin
2014-08-06igmp: fix the problem when mc leave groupdingtianhong
2014-08-068021q: fix a potential memory leakLi RongQing
2014-08-06tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2014-08-06net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin
2014-08-06Revert "net: ip, ipv6: handle gso skbs in forwarding path"Ben Hutchings
2014-08-06Revert "net: ipv4: ip_forward: fix inverted local_df test"Ben Hutchings
2014-07-11skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin
2014-07-11skbuff: export skb_copy_ubufsMichael S. Tsirkin
2014-07-11sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang
2014-07-11net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet
2014-07-11net: tunnels - enable module autoloadingTom Gundersen
2014-07-11Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg
2014-07-11Bluetooth: Fix check for connection encryptionJohan Hedberg
2014-07-11mac80211: don't check netdev state for debugfs read/writeArik Nemtsov
2014-07-11mac80211: fix IBSS join by initializing last_scan_completedKrzysztof Hałasa
2014-06-09libceph: fix corruption when using page_count 0 page in rbdChunwei Chen
2014-06-09libceph: only call kernel_sendpage() via helperAlex Elder
2014-06-09Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg
2014-06-09net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-06-09skb: Add inline helper for getting the skb end offset from headAlexander Duyck
2014-06-09ipv4: initialise the itag variable in __mkroute_inputLi RongQing
2014-06-09act_mirred: do not drop packets when fails to mirror itJason Wang
2014-06-09ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich
2014-06-09net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal
2014-06-09tcp_cubic: fix the range of delayed_ackLiu Yu
2014-06-09sctp: reset flowi4_oif parameter on route lookupXufeng Zhang
2014-06-09bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita
2014-06-09rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson
2014-06-09rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson
2014-06-09filter: prevent nla extensions to peek beyond the end of the messageMathias Krause
2014-06-09net: ipv4: current group_info should be put after using.Wang, Xiaoming