summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Add recirc and hash action.Andy Zhou2014-09-161-0/+26
* dsa: Replace mii_bus with a generic host deviceAlexander Duyck2014-09-151-4/+5
* dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck2014-09-152-11/+6
* netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck2014-09-131-1/+1
* net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-131-0/+10
* net: dsa: change tag_protocol to an enumFlorian Fainelli2014-09-131-7/+10
* ipv6: clean up ipv6_dev_ac_inc()WANG Cong2014-09-131-1/+1
* ipv6: drop useless rcu_read_lock() in anycastWANG Cong2014-09-131-2/+2
* net: sched: RCU cls_tcindexJohn Fastabend2014-09-131-0/+10
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-4/+5
* net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2014-09-132-31/+19
* net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann2014-09-101-39/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-109-1/+151
|\
| * netfilter: nf_tables: add new nft_masq expressionArturo Borrero2014-09-092-0/+27
| * netfilter: nf_nat: generalize IPv6 masquerading support for nf_tablesArturo Borrero2014-09-091-0/+10
| * netfilter: nf_nat: generalize IPv4 masquerading support for nf_tablesArturo Borrero2014-09-091-0/+14
| * netfilter: nft_nat: include a flag attributeArturo Borrero2014-09-092-0/+7
| * netfilter: nf_tables: add devgroup support in meta expresionAna Rey2014-09-091-0/+4
| * netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso2014-09-091-0/+37
| * netfilter: nat: move specific NAT IPv4 to corePablo Neira Ayuso2014-09-021-0/+38
| * netfilter: nfnetlink_acct: add filter support to nfacct counter list/resetAlexey Perevalov2014-08-261-0/+8
| * netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik2014-08-241-0/+1
| * netfilter: nft_meta: Add cpu attribute supportAna Rey2014-08-241-0/+2
| * netfilter: nft_meta: add pkttype supportAna Rey2014-08-241-0/+2
| * uapi: netfilter_arp: use __u8 instead of u_int8_tMike Frysinger2014-08-201-1/+1
* | net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn2014-09-101-1/+9
* | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-101-3/+3
* | net: bpf: consolidate JIT binary allocatorDaniel Borkmann2014-09-101-0/+13
* | bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_infoJiri Pirko2014-09-091-0/+12
* | net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-092-2/+1
* | net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov2014-09-093-55/+67
* | net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-091-0/+18
* | Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-097-13/+153
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-083-2/+3
| |\ \
| * | | bcma: get info about flash type SoC booted fromRafał Miłecki2014-09-041-0/+5
| * | | Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville2014-09-044-10/+110
| |\ \ \
| | * | | cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-2/+18
| | * | | cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg2014-08-262-2/+16
| | * | | mac80211: don't resize skbs needlesslyIdo Yariv2014-08-261-1/+4
| | * | | mac80211: Fix accounting of the tailroom-needed counterIdo Yariv2014-08-261-2/+5
| | * | | ieee80211: Support parsing TPC report element in action framesAndrei Otcheretianski2014-08-261-0/+65
| | * | | cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-261-2/+1
| | * | | mac80211: don't duplicate station QoS capability dataJohannes Berg2014-08-151-1/+1
| | | |/ | | |/|
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-08-252-3/+38
| |\ \ \
| | * | | Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg2014-08-141-1/+0
| | * | | Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg2014-08-141-0/+4
| | * | | Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg2014-08-141-1/+0
| | * | | Bluetooth: Make AES crypto context private to SMPJohan Hedberg2014-08-141-1/+0
| | * | | Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg2014-08-142-0/+2
| | * | | Bluetooth: Add more L2CAP convenience callbacksJohan Hedberg2014-08-141-0/+25