summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2016-01-051-10/+20
* mac802154: constify ieee802154_llsec_ops structureJulia Lawall2016-01-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-016-3/+24
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-311-0/+1
| |\
| | * net: cdc_ncm: avoid changing RX/TX buffers on MTU changesBjørn Mork2015-12-241-0/+1
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-301-0/+1
| |\ \
| | * | block: add blk_start_queue_async()Jens Axboe2015-12-281-0/+1
| * | | mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens2015-12-301-3/+3
| |/ /
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-12-191-0/+4
| |\ \
| | * | ses: fix additional element traversal bugJames Bottomley2015-12-111-0/+4
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-12-181-0/+1
| |\ \ \
| | * | | include/linux/mmdebug.h: should include linux/bug.hJames Morse2015-12-181-0/+1
| | | |/ | | |/|
| * | | Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-181-0/+14
| |\ \ \ | | |/ / | |/| |
| | * | xen: Add RING_COPY_REQUEST()David Vrabel2015-12-181-0/+14
* | | | ethtool: Add phy statisticsAndrew Lunn2015-12-312-0/+9
* | | | ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-263-30/+23
* | | | net: add inet_sk_transparent() helperFlorian Westphal2015-12-222-1/+13
* | | | bpf: add bpf_skb_load_bytes helperDaniel Borkmann2015-12-181-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-1838-25/+197
|\ \ \ \
| * | | | netfilter: implement xt_cgroup cgroup2 path matchTejun Heo2015-12-141-0/+13
| * | | | netfilter: prepare xt_cgroup for multi revisionsTejun Heo2015-12-141-1/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-12-1469-496/+1174
| |\ \ \ \
| * | | | | netfilter: cttimeout: add netns supportPablo Neira2015-12-142-1/+4
| * | | | | netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal2015-12-092-0/+4
| * | | | | netfilter: nf_tables: extend tracing infrastructureFlorian Westphal2015-12-093-0/+86
| * | | | | netfilter: nft_payload: add packet mangling supportPatrick McHardy2015-11-252-0/+26
| * | | | | netfilter: nf_tables: remove unused struct membersFlorian Westphal2015-11-251-2/+0
| * | | | | netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2015-11-231-1/+1
| * | | | | netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal2015-11-231-1/+0
| * | | | | netfilter: nf_ct_sctp: move ip_ct_sctp away from UAPIMarcelo Ricardo Leitner2015-11-232-9/+16
| * | | | | netfilter: fix include files for compilationMikko Rapeli2015-11-2326-8/+42
| * | | | | netfilter: ebtables: use __u64 from linux/types.hMikko Rapeli2015-11-231-2/+4
* | | | | | net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern2015-12-182-0/+17
* | | | | | net: l3mdev: Add master device lookup by indexDavid Ahern2015-12-181-0/+23
* | | | | | ipv6: addrconf: use stable address generator for ARPHRD_NONEBjørn Mork2015-12-181-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-1845-108/+212
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-1714-28/+100
| |\ \ \ \ \
| | * | | | | net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa2015-12-161-1/+1
| | * | | | | inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet2015-12-161-0/+1
| | * | | | | net: fix IP early demux racesEric Dumazet2015-12-152-1/+34
| | * | | | | net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+1
| | * | | | | openvswitch: fix trivial comment typoPaolo Abeni2015-12-141-1/+1
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-12-141-1/+1
| | |\ \ \ \ \
| | | * | | | | netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-101-1/+1
| | * | | | | | uapi: export ila.hstephen hemminger2015-12-121-0/+1
| | * | | | | | xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-122-10/+16
| | * | | | | | xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet2015-12-121-0/+1
| | * | | | | | xfrm: take care of request socketsEric Dumazet2015-12-071-4/+23
| | * | | | | | qed: fix handling of concurrent ramrods.Tomer Tayar2015-12-071-0/+2
| | * | | | | | qed: Fix corner case for chain in-between pagesTomer Tayar2015-12-071-1/+2