summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-02Bluetooth: Fix check for connection encryptionJohan Hedberg1-1/+1
2014-07-02Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg1-3/+6
2014-07-02netfilter: ipt_ULOG: fix info leaksMathias Krause1-6/+1
2014-07-02Bluetooth: Fix L2CAP deadlockJukka Taimisto1-1/+4
2014-07-02af_iucv: wrong mapping of sent and confirmed skbsUrsula Braun1-1/+1
2014-06-27xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek1-11/+25
2014-06-27vlan: more careful checksum features handlingMichal Kubeček1-2/+2
2014-06-27net/compat: Fix minor information leak in siocdevprivate_ioctl()Ben Hutchings1-5/+2
2014-06-27net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-06-27tipc: fix memory leak of publicationsYing Xue1-1/+1
2014-06-23rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-23sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-23ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet1-5/+15
2014-06-23ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2-4/+4
2014-06-23net: force a list_del() in unregister_netdevice_many()Eric Dumazet3-3/+4
2014-06-23tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng1-6/+5
2014-06-23net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-06-23net: tunnels - enable module autoloadingTom Gundersen3-0/+3
2014-06-23bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita3-2/+37
2014-06-23netlink: Only check file credentials for implicit destinationsEric W. Biederman1-1/+6
2014-06-23net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman15-31/+33
2014-06-23net: Add variants of capable for use on netlink messagesEric W. Biederman1-0/+65
2014-06-23net: Add variants of capable for use on on socketsEric W. Biederman1-0/+49
2014-06-23net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2-3/+8
2014-06-23netlink: Rename netlink_capable netlink_allowedEric W. Biederman1-5/+5
2014-06-23skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+6
2014-06-23skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin1-13/+13
2014-06-23skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin1-28/+27
2014-06-23skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin1-7/+7
2014-06-23skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin1-9/+9
2014-06-11netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal1-2/+3
2014-06-09libceph: fix corruption when using page_count 0 page in rbdChunwei Chen1-1/+19
2014-06-06Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg1-0/+6
2014-06-06mac80211: fix suspend vs. association raceEmmanuel Grumbach1-7/+13
2014-06-06cfg80211: free sme on connection failuresEliad Peller1-1/+1
2014-06-04netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich1-2/+4
2014-06-04mac80211: fix on-channel remain-on-channelJohannes Berg2-7/+21
2014-05-29net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-05-29ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-05-29ip_tunnel: Initialize the fallback device properlySteffen Klassert1-0/+1
2014-05-29batman-adv: increase orig refcount when storing ref in gw_nodeAntonio Quartulli1-2/+9
2014-05-29rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang3-3/+34
2014-05-29ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani1-1/+1
2014-05-29ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-05-29net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal1-1/+5
2014-05-29net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-05-29ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai1-0/+2
2014-05-29vsock: Make transport the proto ownerAndy King1-25/+22
2014-05-29tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-05-29sctp: reset flowi4_oif parameter on route lookupXufeng Zhang1-1/+6