summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-09mac80211: fix a memory leak on sta rate selection tableFelix Fietkau1-0/+1
2014-07-09mac80211: don't check netdev state for debugfs read/writeArik Nemtsov1-4/+2
2014-07-09Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg1-1/+6
2014-07-09Bluetooth: Fix check for connection encryptionJohan Hedberg1-1/+1
2014-07-09Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg1-2/+5
2014-07-06netfilter: ipt_ULOG: fix info leaksMathias Krause1-6/+1
2014-07-06ipvs: Fix panic due to non-linear skbPeter Christensen1-5/+10
2014-07-06SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust1-0/+2
2014-06-30skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+2
2014-06-30Bluetooth: Fix L2CAP deadlockJukka Taimisto1-1/+4
2014-06-30af_iucv: wrong mapping of sent and confirmed skbsUrsula Braun1-1/+1
2014-06-26rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-26sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-26ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet1-5/+15
2014-06-26ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2-4/+4
2014-06-26net: force a list_del() in unregister_netdevice_many()Eric Dumazet3-3/+4
2014-06-26tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng1-6/+5
2014-06-26net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-06-26net: tunnels - enable module autoloadingTom Gundersen3-0/+3
2014-06-26netlink: Only check file credentials for implicit destinationsEric W. Biederman1-1/+6
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman15-31/+33
2014-06-26net: Add variants of capable for use on netlink messagesEric W. Biederman1-0/+65
2014-06-26net: Add variants of capable for use on on socketsEric W. Biederman1-0/+49
2014-06-26net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2-3/+8
2014-06-26netlink: Rename netlink_capable netlink_allowedEric W. Biederman1-5/+5
2014-06-16netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal1-2/+3
2014-06-11netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich1-2/+4
2014-06-07libceph: fix corruption when using page_count 0 page in rbdChunwei Chen1-1/+19
2014-06-07Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg1-3/+6
2014-06-07Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg1-0/+6
2014-06-07mac80211: fix on-channel remain-on-channelJohannes Berg2-7/+19
2014-06-07mac80211: fix suspend vs. authentication raceJohannes Berg3-3/+38
2014-05-30net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-05-30ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-05-30ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani1-1/+1
2014-05-30ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-05-30net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal1-1/+5
2014-05-30net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-05-30tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-05-30sctp: reset flowi4_oif parameter on route lookupXufeng Zhang1-1/+6
2014-05-30bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita1-0/+15
2014-05-30ipv6: fib: fix fib dump restartKumar Sundararajan1-1/+2
2014-05-30rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson1-6/+10
2014-05-30rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson1-5/+12
2014-05-30net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2-3/+3
2014-05-30net: sctp: cache auth_enable per endpointVlad Yasevich6-60/+90
2014-05-30vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2-5/+42
2014-05-30ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel1-0/+10
2014-05-30filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+5
2014-05-30ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1