summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-07-06netfilter: ipt_ULOG: fix info leaksMathias Krause
2014-07-06ipvs: Fix panic due to non-linear skbPeter Christensen
2014-07-06SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust
2014-06-30skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin
2014-06-30Bluetooth: Fix L2CAP deadlockJukka Taimisto
2014-06-30af_iucv: wrong mapping of sent and confirmed skbsUrsula Braun
2014-06-26rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt
2014-06-26sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang
2014-06-26ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet
2014-06-26ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov
2014-06-26net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-06-26tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng
2014-06-26net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet
2014-06-26net: tunnels - enable module autoloadingTom Gundersen
2014-06-26netlink: Only check file credentials for implicit destinationsEric W. Biederman
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-06-26net: Add variants of capable for use on netlink messagesEric W. Biederman
2014-06-26net: Add variants of capable for use on on socketsEric W. Biederman
2014-06-26net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman
2014-06-26netlink: Rename netlink_capable netlink_allowedEric W. Biederman
2014-06-16netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal
2014-06-11netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich
2014-06-07libceph: fix corruption when using page_count 0 page in rbdChunwei Chen
2014-06-07Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg
2014-06-07Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg
2014-06-07mac80211: fix on-channel remain-on-channelJohannes Berg
2014-06-07mac80211: fix suspend vs. authentication raceJohannes Berg
2014-05-30net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-05-30ipv4: initialise the itag variable in __mkroute_inputLi RongQing
2014-05-30ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani
2014-05-30ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich
2014-05-30net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal
2014-05-30net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal
2014-05-30tcp_cubic: fix the range of delayed_ackLiu Yu
2014-05-30sctp: reset flowi4_oif parameter on route lookupXufeng Zhang
2014-05-30bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita
2014-05-30ipv6: fib: fix fib dump restartKumar Sundararajan
2014-05-30rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson
2014-05-30rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson
2014-05-30net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski
2014-05-30net: sctp: cache auth_enable per endpointVlad Yasevich
2014-05-30vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-05-30ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel
2014-05-30filter: prevent nla extensions to peek beyond the end of the messageMathias Krause
2014-05-30ipv4: return valid RTA_IIF on ip route getJulian Anastasov
2014-05-30net: ipv4: current group_info should be put after using.Wang, Xiaoming
2014-05-30vti: don't allow to add the same tunnel twiceNicolas Dichtel
2014-05-30gre: don't allow to add the same tunnel twiceNicolas Dichtel
2014-05-30ipv6: Limit mtu to 65575 bytesEric Dumazet
2014-05-30bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita