summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | netfilter: bridge: split ipv6 code into separated filePablo Neira Ayuso2015-06-18
| * | | | | | | | | netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.cPablo Neira Ayuso2015-06-18
| * | | | | | | | | netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flagHarout Hedeshian2015-06-18
| * | | | | | | | | netfilter: nfnetlink_queue: add security context informationRoman Kubiak2015-06-18
| * | | | | | | | | bpf: disallow bpf tc programs access current->pid,uidAlexei Starovoitov2015-06-15
| * | | | | | | | | sock_diag: implement a get_info handler for inetCraig Gallek2015-06-15
| * | | | | | | | | sock_diag: specify info_size per inet protocolCraig Gallek2015-06-15
| * | | | | | | | | sock_diag: define destruction multicast groupsCraig Gallek2015-06-15
| * | | | | | | | | net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha2015-06-15
| * | | | | | | | | bridge: del external_learned fdbs from device on flush or ageoutScott Feldman2015-06-15
| * | | | | | | | | Merge tag 'nfc-next-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-06-15
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | NFC: nci: remove current SLEEP mode managementVincent Cuissard2015-06-13
| | * | | | | | | | NFC: nfcmrvl: add UART driverVincent Cuissard2015-06-11
| | * | | | | | | | NFC: nci: add generic uart supportVincent Cuissard2015-06-11
| | * | | | | | | | NFC: nci: Export nci_req_completeSamuel Ortiz2015-06-10
| | * | | | | | | | NFC: netlink: Implement vendor command supportSamuel Ortiz2015-06-09
| | * | | | | | | | NFC: nci: Move close ops call in nci_close_deviceChristophe Ricard2015-06-09
| | * | | | | | | | NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard2015-06-09
| | * | | | | | | | NFC: nci: Add nci init ops for early device initializationChristophe Ricard2015-06-09
| | * | | | | | | | NFC: nci: Add NCI_RESET return code check before setupChristophe Ricard2015-06-09
| | * | | | | | | | NFC: nci: Handle proprietary response and notificationsSamuel Ortiz2015-06-09
| | * | | | | | | | NFC: nci: hci: Fix releasing uninitialized skbsJoe Perches2015-06-09
| * | | | | | | | | bridge: use either ndo VLAN ops or switchdev VLAN ops to install MASTER vlansScott Feldman2015-06-15
| * | | | | | | | | bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov2015-06-15
| * | | | | | | | | bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-15
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-06-15
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso2015-06-15
| | * | | | | | | | | netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basecha...Pablo Neira Ayuso2015-06-15
| | * | | | | | | | | netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso2015-06-15
| | * | | | | | | | | netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-15
| | * | | | | | | | | Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2015-06-15
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-14
| | | * | | | | | | | | netfilter: ipset: Introduce RCU locking in list typeJozsef Kadlecsik2015-06-14
| | | * | | | | | | | | netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik2015-06-14
| | | * | | | | | | | | netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik2015-06-14
| | | * | | | | | | | | netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik2015-06-14
| | | * | | | | | | | | netfilter:ipset Remove rbtree from hash:net,ifaceJozsef Kadlecsik2015-06-14
| | | * | | | | | | | | netfilter: ipset: Make sure listing doesn't grab a set which is just being de...Jozsef Kadlecsik2015-06-14
| | | * | | | | | | | | netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik2015-06-14
| | | * | | | | | | | | netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik2015-06-14
| | | * | | | | | | | | netfilter: ipset: Check CIDR value only when attribute is givenSergey Popovich2015-06-14
| | | * | | | | | | | | netfilter: ipset: Make sure we always return line number on batchSergey Popovich2015-06-14
| | | * | | | | | | | | netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6Sergey Popovich2015-06-14
| | | * | | | | | | | | netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-06-14
| | | * | | | | | | | | netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich2015-06-14
| | * | | | | | | | | | netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso2015-06-15
| | |/ / / / / / / / /
| | * | | | | | | | | netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2015-06-12
| | * | | | | | | | | netfilter: xtables: use percpu rule countersFlorian Westphal2015-06-12
| | * | | | | | | | | netfilter: bridge: restore vlan tag when refragmentingFlorian Westphal2015-06-12
| | * | | | | | | | | net: ip_fragment: remove BRIDGE_NETFILTER mtu special handlingFlorian Westphal2015-06-12