summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-154-26/+18
* Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2015-06-1521-1270/+1261
|\
| * netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-1421-289/+322
| * netfilter: ipset: Introduce RCU locking in list typeJozsef Kadlecsik2015-06-141-209/+189
| * netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik2015-06-1412-236/+364
| * netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik2015-06-144-14/+38
| * netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik2015-06-141-22/+22
| * netfilter:ipset Remove rbtree from hash:net,ifaceJozsef Kadlecsik2015-06-141-143/+20
| * netfilter: ipset: Make sure listing doesn't grab a set which is just being de...Jozsef Kadlecsik2015-06-141-15/+34
| * netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik2015-06-142-15/+58
| * netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik2015-06-147-34/+42
| * netfilter: ipset: Check CIDR value only when attribute is givenSergey Popovich2015-06-144-49/+41
| * netfilter: ipset: Make sure we always return line number on batchSergey Popovich2015-06-1415-75/+75
| * netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6Sergey Popovich2015-06-145-15/+43
| * netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-06-1416-170/+29
| * netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich2015-06-142-7/+7
* | netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso2015-06-153-11/+13
|/
* netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2015-06-124-147/+55
* netfilter: xtables: use percpu rule countersFlorian Westphal2015-06-123-14/+80
* netfilter: bridge: restore vlan tag when refragmentingFlorian Westphal2015-06-121-0/+10
* net: ip_fragment: remove BRIDGE_NETFILTER mtu special handlingFlorian Westphal2015-06-122-4/+7
* netfilter: bridge: forward IPv6 fragmented packetsBernhard Thaler2015-06-123-42/+106
* netfilter: bridge: re-order check_hbh_len()Bernhard Thaler2015-06-121-55/+56
* netfilter: bridge: rename br_parse_ip_optionsBernhard Thaler2015-06-121-5/+4
* netfilter: bridge: refactor frag_max_sizeBernhard Thaler2015-06-122-14/+7
* netfilter: bridge: detect NAT66 correctly and change MAC addressBernhard Thaler2015-06-122-9/+47
* netfilter: bridge: re-order br_nf_pre_routing_finish_ipv6()Bernhard Thaler2015-06-121-31/+32
* netfilter: bridge: refactor clearing BRNF_NF_BRIDGE_PREROUTINGBernhard Thaler2015-06-121-2/+2
* netfilter: conntrack: warn the user if there is a better helper to useMarcelo Ricardo Leitner2015-06-121-1/+7
* tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet2015-06-111-3/+0
* tcp: fill shinfo->gso_size at last momentEric Dumazet2015-06-112-12/+8
* tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet2015-06-111-16/+14
* tcp: fill shinfo->gso_type at last momentEric Dumazet2015-06-112-9/+3
* tcp: reserve tcp_skb_mss() to tcp stackEric Dumazet2015-06-111-2/+2
* switchdev: fix BUG when port driver doesn't support set attr opScott Feldman2015-06-111-1/+3
* net/ethtool: Add current supported tunable optionsHadar Hen Zion2015-06-111-0/+12
* tcp: add CDG congestion controlKenneth Klette Jonassen2015-06-113-0/+454
* tcp: export tcp_enter_cwr()Kenneth Klette Jonassen2015-06-111-0/+1
* switchdev: fix handling for drivers not supporting IPv4 fib add/del opsScott Feldman2015-06-101-2/+2
* net: tcp: dctcp_update_alpha() fixes.Eric Dumazet2015-06-101-10/+16
* Merge tag 'mac80211-next-for-davem-2015-06-10' of git://git.kernel.org/pub/sc...David S. Miller2015-06-1027-457/+465
|\
| * mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-1019-158/+164
| * Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2015-06-10362-4687/+10446
| |\
| * | mac80211: Fix a case of incorrect metric used when forwarding a PREQAlexis Green2015-06-101-9/+8
| * | mac80211: Always check rates and capabilities in mesh modeAlexis Green2015-06-092-1/+5
| * | mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh2015-06-093-0/+3
| * | mac80211: Fix incorrectly named last_hop_metric variable in mesh_rx_path_sel_...Alexis Green2015-06-091-9/+9
| * | mac80211: ignore invalid scan RSSI valuesSara Sharon2015-06-091-1/+7
| * | mac80211: release channel on auth failureMichal Kazior2015-06-091-0/+3
| * | mac80211: handle aggregation session timeout on fast-xmit pathJohannes Berg2015-06-091-3/+6
OpenPOWER on IntegriCloud