summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-188-8/+0
* netfilter: don't pull include/linux/netfilter.h from netns headersPablo Neira Ayuso2015-06-181-0/+1
* netfilter: use forward declaration instead of including linux/proc_fs.hPablo Neira Ayuso2015-06-181-0/+1
* net: sched: Simplify em_ipset_matchEric W. Biederman2015-06-181-2/+2
* netfilter: Kill unused copies of RCV_SKB_FAILEric W. Biederman2015-06-182-4/+0
* netfilter: bridge: split ipv6 code into separated filePablo Neira Ayuso2015-06-183-239/+255
* netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.cPablo Neira Ayuso2015-06-182-0/+1
* netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flagHarout Hedeshian2015-06-181-6/+53
* netfilter: nfnetlink_queue: add security context informationRoman Kubiak2015-06-181-1/+34
* bpf: disallow bpf tc programs access current->pid,uidAlexei Starovoitov2015-06-161-6/+0
* sock_diag: implement a get_info handler for inetCraig Gallek2015-06-163-3/+52
* sock_diag: specify info_size per inet protocolCraig Gallek2015-06-164-2/+6
* sock_diag: define destruction multicast groupsCraig Gallek2015-06-162-1/+95
* net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha2015-06-161-2/+49
* bridge: del external_learned fdbs from device on flush or ageoutScott Feldman2015-06-161-0/+17
* Merge tag 'nfc-next-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-06-168-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-161-2/+57
* | bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2015-06-161-0/+2
* | bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-161-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