summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2016-01-052-4/+5
* mac802154: constify ieee802154_llsec_ops structureJulia Lawall2016-01-041-1/+1
* Bluetooth: hci_bcm: move all Broadcom ACPI IDs to BCM HCI driverHeikki Krogerus2016-01-041-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-0115-87/+107
|\
| * sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2015-12-302-4/+5
| * net, socket, socket_wq: fix missing initialization of flagsNicolai Stange2015-12-301-0/+1
| * openvswitch: Fix template leak in error cases.Joe Stringer2015-12-291-2/+4
| * sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner2015-12-281-0/+2
| * sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-281-3/+6
| * ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa2015-12-241-2/+2
| * addrconf: always initialize sysctl table dataWANG Cong2015-12-221-7/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-223-62/+75
| |\
| | * xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-033-62/+75
| * | ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2015-12-221-1/+1
| * | switchdev: bridge: Pass ageing time as clock_t instead of jiffiesIdo Schimmel2015-12-221-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-12-222-1/+2
| |\ \
| | * | netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal2015-12-181-0/+1
| | * | netfilter: nf_tables: use skb->protocol instead of assuming ethernet headerPablo Neira Ayuso2015-12-181-1/+1
| * | | openvswitch: correct encoding of set tunnel action attributesSimon Horman2015-12-181-1/+4
| * | | ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar2015-12-181-3/+0
| |/ /
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-12-315-52/+28
|\ \ \
| * | | 6lowpan: fix debugfs interface entry nameAlexander Aring2015-12-201-3/+3
| * | | Bluetooth: use list_for_each_entry*Geliang Tang2015-12-204-49/+25
* | | | ethtool: Add phy statisticsAndrew Lunn2015-12-311-1/+80
* | | | ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-267-34/+21
* | | | bridge: use kobj_to_dev instead of to_devGeliang Tang2015-12-241-2/+1
* | | | tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal2015-12-223-10/+15
* | | | tcp: send_reset: test for non-NULL sk firstFlorian Westphal2015-12-222-9/+8
* | | | net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti2015-12-221-0/+5
* | | | RDS: don't pretend to use cpu notifiersSebastian Andrzej Siewior2015-12-221-25/+6
* | | | net-sysfs: use to_net_dev in net_namespace()Geliang Tang2015-12-221-2/+2
|/ / /
* | | tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet2015-12-181-0/+9
* | | bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann2015-12-181-6/+0
* | | bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-181-3/+16
* | | bpf: add bpf_skb_load_bytes helperDaniel Borkmann2015-12-181-1/+34
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-1828-317/+865
|\ \ \
| * | | netfilter: meta: add support for setting skb->pkttypeFlorian Westphal2015-12-181-0/+38
| * | | nfnetlink: add nfnl_dereference_protected helperFlorian Westphal2015-12-151-6/+7
| * | | netfilter: implement xt_cgroup cgroup2 path matchTejun Heo2015-12-141-0/+69
| * | | netfilter: prepare xt_cgroup for multi revisionsTejun Heo2015-12-141-17/+19
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-12-14135-2834/+3803
| |\ \ \
| * | | | netfilter: cttimeout: add netns supportPablo Neira2015-12-143-33/+53
| * | | | netfilter: nf_tables: fix nf_log_trace based tracingFlorian Westphal2015-12-091-11/+5
| * | | | netfilter: nfnetlink_log: Change setter functions to be voidRosen, Rami2015-12-091-6/+2
| * | | | netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal2015-12-091-5/+8
| * | | | netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal2015-12-094-3/+27
| * | | | netfilter: nf_tables: extend tracing infrastructureFlorian Westphal2015-12-095-19/+312
| * | | | netfilter: nft_payload: add packet mangling supportPatrick McHardy2015-11-251-6/+129
| * | | | netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray2015-11-254-2/+39
| * | | | netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2015-11-233-55/+41