summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha2015-06-151-2/+49
* bridge: del external_learned fdbs from device on flush or ageoutScott Feldman2015-06-151-0/+17
* Merge tag 'nfc-next-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-06-158-17/+678
|\
| * NFC: nci: remove current SLEEP mode managementVincent Cuissard2015-06-131-1/+1
| * NFC: nfcmrvl: add UART driverVincent Cuissard2015-06-111-1/+0
| * NFC: nci: add generic uart supportVincent Cuissard2015-06-113-0/+505
| * NFC: nci: Export nci_req_completeSamuel Ortiz2015-06-101-0/+1
| * NFC: netlink: Implement vendor command supportSamuel Ortiz2015-06-091-0/+55
| * NFC: nci: Move close ops call in nci_close_deviceChristophe Ricard2015-06-091-4/+6
| * NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard2015-06-091-0/+26
| * NFC: nci: Add nci init ops for early device initializationChristophe Ricard2015-06-091-2/+7
| * NFC: nci: Add NCI_RESET return code check before setupChristophe Ricard2015-06-091-2/+3
| * NFC: nci: Handle proprietary response and notificationsSamuel Ortiz2015-06-093-0/+72
| * NFC: nci: hci: Fix releasing uninitialized skbsJoe Perches2015-06-091-8/+3
* | bridge: use either ndo VLAN ops or switchdev VLAN ops to install MASTER vlansScott Feldman2015-06-151-2/+57
* | bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2015-06-151-0/+2
* | bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-151-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-06-1535-1659/+1843
|\ \
| * | netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso2015-06-152-4/+87
| * | netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basecha...Pablo Neira Ayuso2015-06-151-15/+37
| * | netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso2015-06-151-37/+42
| * | 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