summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: xdp: add invalid buffer warningJohn Fastabend2016-12-171-0/+1
* irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.hLABBE Corentin2016-12-171-0/+1
* bpf: cgroup: annotate pointers in struct cgroup_bpf with __rcuDaniel Mack2016-12-171-1/+1
* inet: Fix get port to handle zero port number with soreuseport setTom Herbert2016-12-172-3/+6
* net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta2016-12-171-0/+6
* netlink: revert broken, broken "2-clause nla_ok()"Alexey Dobriyan2016-12-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-12-121-0/+1
|\
| * sparc64:Support User Probes for sparcAllen Pais2016-12-111-0/+1
* | net: l2tp: deprecate PPPOL2TP_MSG_* in favour of L2TP_MSG_*Asbjørn Sloth Tønnesen2016-12-101-7/+6
* | net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen2016-12-101-1/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-104-3/+4
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-102-1/+3
| |\
| | * NET: usb: cdc_mbim: add quirk for supporting Telit LE922ADaniele Palmas2016-12-081-1/+2
| | * can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2016-12-071-0/+1
| * | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-091-1/+1
| |\ \
| | * | acpi, nfit, libnvdimm: fix / harden ars_status output length handlingDan Williams2016-12-061-1/+1
| * | | Revert "default exported asm symbols to zero"Linus Torvalds2016-12-071-1/+0
| | |/ | |/|
* | | Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/sc...David S. Miller2016-12-092-1/+17
|\ \ \
| * | | cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2016-12-091-0/+11
| * | | nl80211: Use different attrs for BSSID and random MAC addr in scan reqVamsi Krishna2016-12-091-1/+6
* | | | udp: add batching to udp_rmem_release()Eric Dumazet2016-12-091-0/+3
* | | | udp: copy skb->truesize in the first cache lineEric Dumazet2016-12-091-1/+8
* | | | bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-082-3/+14
* | | | phy: add phy fixup unregister functionsWoojung.Huh@microchip.com2016-12-081-0/+4
* | | | bpf: fix state equivalenceAlexei Starovoitov2016-12-081-7/+7
* | | | net: do not read sk_drops if application does not careEric Dumazet2016-12-081-1/+2
* | | | udp: under rx pressure, try to condense skbsEric Dumazet2016-12-081-0/+2
* | | | net: rfs: add a jump labelEric Dumazet2016-12-082-11/+15
* | | | net: smmac: allow configuring lower pbl valuesNiklas Cassel2016-12-081-0/+1
* | | | net: stmmac: add support for independent DMA pbl for tx/rxNiklas Cassel2016-12-081-0/+2
* | | | net/sched: cls_flower: Support matching on ICMP type and codeSimon Horman2016-12-081-0/+10
* | | | flow dissector: ICMP supportSimon Horman2016-12-081-0/+17
* | | | net/sched: cls_flower: Add support for matching on flagsOr Gerlitz2016-12-081-0/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-12-0720-41/+340
|\ \ \ \
| * | | | netfilter: xt_bpf: support ebpfWillem de Bruijn2016-12-071-0/+21
| * | | | netfilter: nf_tables: support for set flushingPablo Neira Ayuso2016-12-071-1/+5
| * | | | netfilter: nft_objref: support for stateful object mapsPablo Neira Ayuso2016-12-071-0/+6
| * | | | netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso2016-12-072-0/+17
| * | | | netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso2016-12-072-0/+3
| * | | | netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso2016-12-071-0/+4
| * | | | netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso2016-12-072-1/+4
| * | | | netfilter: nft_quota: dump consumed quotaPablo Neira Ayuso2016-12-071-0/+2
| * | | | netfilter: nf_tables: add stateful object reference expressionPablo Neira Ayuso2016-12-061-0/+14
| * | | | netfilter: nft_quota: add stateful object typePablo Neira Ayuso2016-12-061-0/+1
| * | | | netfilter: nft_counter: add stateful object typePablo Neira Ayuso2016-12-061-0/+1
| * | | | netfilter: nf_tables: add stateful objectsPablo Neira Ayuso2016-12-062-0/+108
| * | | | netfilter: add and use nf_fwd_netdev_egressFlorian Westphal2016-12-061-0/+1
| * | | | netfilter: ingress: translate 0 nf_hook_slow retval to -1Florian Westphal2016-12-061-1/+6
| * | | | netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso2016-12-062-0/+7
| * | | | netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-061-1/+6