summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * netfilter: ipt_ULOG: fix info leaksMathias Krause2014-07-021-6/+1
| * Bluetooth: Fix L2CAP deadlockJukka Taimisto2014-07-021-1/+4
| * af_iucv: wrong mapping of sent and confirmed skbsUrsula Braun2014-07-021-1/+1
| * xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek2014-06-271-11/+25
| * vlan: more careful checksum features handlingMichal Kubeček2014-06-271-2/+2
| * net/compat: Fix minor information leak in siocdevprivate_ioctl()Ben Hutchings2014-06-271-5/+2
| * net: Do not enable tx-nocache-copy by defaultBenjamin Poirier2014-06-271-5/+0
| * tipc: fix memory leak of publicationsYing Xue2014-06-271-1/+1
* | Merge tag 'v3.12.23' into v3.12-rtSteven Rostedt (Red Hat)2014-07-0831-123/+311
|\ \ | |/
| * rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt2014-06-231-4/+18
| * sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang2014-06-231-1/+1
| * ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet2014-06-231-5/+15
| * ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2014-06-232-4/+4
| * net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-233-3/+4
| * tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng2014-06-231-6/+5
| * net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet2014-06-231-8/+3
| * net: tunnels - enable module autoloadingTom Gundersen2014-06-233-0/+3
| * bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita2014-06-233-2/+37
| * netlink: Only check file credentials for implicit destinationsEric W. Biederman2014-06-231-1/+6
| * net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-06-2315-31/+33
| * net: Add variants of capable for use on netlink messagesEric W. Biederman2014-06-231-0/+65
| * net: Add variants of capable for use on on socketsEric W. Biederman2014-06-231-0/+49
| * net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-06-232-3/+8
| * netlink: Rename netlink_capable netlink_allowedEric W. Biederman2014-06-231-5/+5
| * skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin2014-06-231-0/+6
| * skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin2014-06-231-13/+13
| * skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin2014-06-231-28/+27
| * skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin2014-06-231-7/+7
| * skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin2014-06-231-9/+9
* | Merge tag 'v3.12.22' into v3.12-rtSteven Rostedt (Red Hat)2014-06-178-20/+67
|\ \ | |/
| * netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal2014-06-111-2/+3
| * libceph: fix corruption when using page_count 0 page in rbdChunwei Chen2014-06-091-1/+19
| * Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg2014-06-061-0/+6
| * mac80211: fix suspend vs. association raceEmmanuel Grumbach2014-06-061-7/+13
| * cfg80211: free sme on connection failuresEliad Peller2014-06-061-1/+1
| * netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich2014-06-041-2/+4
| * mac80211: fix on-channel remain-on-channelJohannes Berg2014-06-042-7/+21
* | Merge tag 'v3.12.21' into v3.12-rtSteven Rostedt (Red Hat)2014-06-1737-145/+350
|\ \ | |/
| * net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-05-291-0/+1
| * ipv4: initialise the itag variable in __mkroute_inputLi RongQing2014-05-291-1/+1
| * ip_tunnel: Initialize the fallback device properlySteffen Klassert2014-05-291-0/+1
| * batman-adv: increase orig refcount when storing ref in gw_nodeAntonio Quartulli2014-05-291-2/+9
| * rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-293-3/+34
| * ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani2014-05-291-1/+1
| * ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich2014-05-291-1/+1
| * net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal2014-05-291-1/+5
| * net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal2014-05-291-2/+2
| * ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai2014-05-291-0/+2
| * vsock: Make transport the proto ownerAndy King2014-05-291-25/+22
| * tcp_cubic: fix the range of delayed_ackLiu Yu2014-05-291-1/+1