summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-09-14net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8
2014-09-14Bluetooth: never linger on process exitVladimir Davydov3-4/+8
2014-08-06ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov1-1/+1
2014-08-06netfilter: ipt_ULOG: fix info leaksMathias Krause1-6/+1
2014-08-06rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-08-06ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-08-06dns_resolver: Null-terminate the right stringBen Hutchings1-1/+1
2014-08-06dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling1-1/+3
2014-08-06net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-08-06appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-08-06igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-08-068021q: fix a potential memory leakLi RongQing1-1/+4
2014-08-06tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-08-06net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin1-2/+2
2014-08-06Revert "net: ip, ipv6: handle gso skbs in forwarding path"Ben Hutchings2-78/+3
2014-08-06Revert "net: ipv4: ip_forward: fix inverted local_df test"Ben Hutchings1-2/+2
2014-07-11skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+3
2014-07-11skbuff: export skb_copy_ubufsMichael S. Tsirkin1-1/+1
2014-07-11sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-07-11net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-07-11net: tunnels - enable module autoloadingTom Gundersen3-0/+3
2014-07-11Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg1-2/+5
2014-07-11Bluetooth: Fix check for connection encryptionJohan Hedberg1-1/+1
2014-07-11mac80211: don't check netdev state for debugfs read/writeArik Nemtsov1-4/+2
2014-07-11mac80211: fix IBSS join by initializing last_scan_completedKrzysztof Hałasa1-0/+1
2014-06-09libceph: fix corruption when using page_count 0 page in rbdChunwei Chen1-1/+19
2014-06-09libceph: only call kernel_sendpage() via helperAlex Elder1-6/+15
2014-06-09Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg1-3/+6
2014-06-09net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-06-09skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-5/+4
2014-06-09ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-06-09act_mirred: do not drop packets when fails to mirror itJason Wang1-6/+5
2014-06-09ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-06-09net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-06-09tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-06-09sctp: reset flowi4_oif parameter on route lookupXufeng Zhang1-1/+6
2014-06-09bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita1-0/+15
2014-06-09rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson1-6/+10
2014-06-09rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson1-5/+12
2014-06-09filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+5
2014-06-09net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-06-09ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-06-09net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-06-09l2tp: take PMTU from tunnel UDP socketDmitry Petukhov1-2/+2
2014-06-09netfilter: Can't fail and free after table replacementThomas Graf4-9/+14
2014-04-30ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca1-1/+1
2014-04-30rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-04-30ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa3-8/+9
2014-04-30ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien1-8/+6
2014-04-30ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit1-1/+4