summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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: nfnetlink: Fix use after free when it fails to process batchDenys Fedoryshchenko1-4/+4
2014-06-11netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich1-2/+4
2014-06-11Bluetooth: Fix L2CAP LE debugfs entries permissionsSamuel Ortiz1-2/+2
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/+21
2014-06-07mac80211: fix suspend vs. association raceEmmanuel Grumbach1-7/+13
2014-06-07mac80211: fix nested rtnl locking on ieee80211_reconfigEliad Peller1-1/+1
2014-06-07cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller1-2/+10
2014-06-07cfg80211: free sme on connection failuresEliad Peller1-1/+1
2014-06-07cfg80211: fix few minor issues in reg_process_hint()Ilan Peer1-9/+10
2014-05-31net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-05-31ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-05-31ipv6: gro: fix CHECKSUM_COMPLETE supportEric Dumazet2-6/+2
2014-05-31net_sched: fix an oops in tcindex filterCong Wang1-10/+20
2014-05-31ip_tunnel: Initialize the fallback device properlySteffen Klassert1-0/+1
2014-05-31batman-adv: fix local TT check for outgoing arp requests in DATAntonio Quartulli1-2/+1
2014-05-31batman-adv: increase orig refcount when storing ref in gw_nodeAntonio Quartulli1-2/+9
2014-05-31batman-adv: fix reference counting imbalance while sending fragmentAntonio Quartulli1-3/+8
2014-05-31batman-adv: fix indirect hard_iface NULL dereferenceMarek Lindner1-1/+2
2014-05-31net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2-2/+3
2014-05-31rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang3-3/+34
2014-05-31ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa1-1/+1
2014-05-31net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa1-4/+4
2014-05-31batman-adv: fix removing neigh_ifinfoSimon Wunderlich1-0/+46
2014-05-31batman-adv: always run purge_orig_neighborsSimon Wunderlich1-4/+4
2014-05-31batman-adv: fix neigh reference imbalanceSimon Wunderlich1-0/+5
2014-05-31batman-adv: fix neigh_ifinfo imbalanceSimon Wunderlich1-0/+2
2014-05-31neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong1-2/+2
2014-05-31ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani1-1/+1
2014-05-31ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-05-31net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal1-1/+5
2014-05-31net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-05-31ipv4: ip_tunnels: disable cache for nbma gre tunnelsTimo Teräs1-1/+2
2014-05-31ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai1-0/+2
2014-05-31vsock: Make transport the proto ownerAndy King1-25/+22
2014-05-31net: sched: lock imbalance in hhf qdiscJohn Fastabend1-5/+6
2014-05-31tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-05-31net: sctp: Don't transition to PF state when transport has exhausted 'Path.Ma...Karl Heiss1-4/+3
2014-05-31sctp: reset flowi4_oif parameter on route lookupXufeng Zhang1-1/+6
2014-05-31bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita1-0/+15
2014-05-31ipv6: fib: fix fib dump restartKumar Sundararajan1-1/+2
2014-05-31rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson1-6/+10
2014-05-31rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson1-5/+12
2014-05-31net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2-3/+3
2014-05-31net: sctp: cache auth_enable per endpointVlad Yasevich6-59/+89
2014-05-31vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich3-44/+11