summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* wimax: remove blank lines at EOFStephen Hemminger2018-07-244-6/+0
* sched: fix trailing whitespaceStephen Hemminger2018-07-245-6/+3
* net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsiocTariq Toukan2018-07-241-6/+1
* netlink: do not store start function in netlink_cbFlorian Westphal2018-07-241-3/+2
* Merge tag 'mac80211-next-for-davem-2018-07-24' of git://git.kernel.org/pub/sc...David S. Miller2018-07-244-36/+47
|\
| * mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2018-07-242-10/+16
| * wireless/lib80211: Convert from ahash to shashKees Cook2018-07-241-25/+30
| * mac80211: don't put null-data frames on the normal TXQJohannes Berg2018-07-091-1/+1
* | rds: Extend RDS API for IPv6 supportKa-Cheong Poon2018-07-246-9/+226
* | rds: Enable RDS IPv6 supportKa-Cheong Poon2018-07-2414-114/+459
* | rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-2423-369/+863
* | net: sched: cls_flower: propagate chain teplate creation and destruction to d...Jiri Pirko2018-07-241-0/+39
* | net: sched: cls_flower: implement chain templatesJiri Pirko2018-07-241-1/+105
* | net: sched: cls_flower: change fl_init_dissector to accept mask and dissectorJiri Pirko2018-07-241-21/+22
* | net: sched: cls_flower: move key/mask dumping into a separate functionJiri Pirko2018-07-241-25/+37
* | net: sched: introduce chain templatesJiri Pirko2018-07-241-0/+65
* | net: sched: introduce chain object to uapiJiri Pirko2018-07-241-8/+300
* | net: sched: Avoid implicit chain 0 creationJiri Pirko2018-07-241-47/+39
* | net: sched: push ops lookup bits into tcf_proto_lookup_ops()Jiri Pirko2018-07-241-22/+31
* | net/smc: remove local variable page in smc_rx_splice()Ursula Braun2018-07-231-3/+1
* | net/smc: use DECLARE_BITMAP for rtokens_used_maskUrsula Braun2018-07-231-2/+1
* | net/smc: add function to get link group from linkStefan Raspl2018-07-235-47/+20
* | net/smc: eliminate cursor read and write callsStefan Raspl2018-07-236-101/+48
* | net/smc: provide smc mode in smc_diag.cKarsten Graul2018-07-231-1/+6
* | ipv6: sr: Use kmemdup instead of duplicating it in parse_nla_srhYueHaibing2018-07-231-3/+1
* | net: bridge: add support for backup portNikolay Aleksandrov2018-07-235-2/+133
* | net: bridge: add support for raw sysfs port optionsNikolay Aleksandrov2018-07-231-14/+42
* | multicast: remove useless parameter for group addHangbin Liu2018-07-222-9/+9
* | net: wimax: stack: fixed multi line comment issueMark Railton2018-07-221-1/+2
* | tipc: make some functions staticYueHaibing2018-07-223-8/+10
* | net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGustavo A. R. Silva2018-07-221-1/+1
* | tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell2018-07-211-1/+17
* | tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell2018-07-211-8/+17
* | tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell2018-07-212-6/+6
* | bridge: make sure objects belong to container's ownerTyler Hicks2018-07-213-3/+13
* | net: create reusable function for getting ownership info of sysfs inodesTyler Hicks2018-07-212-18/+28
* | net-sysfs: make sure objects belong to container's ownerDmitry Torokhov2018-07-211-1/+46
* | net-sysfs: require net admin in the init ns for setting tx_maxrateTyler Hicks2018-07-211-0/+3
* | net: Init backlog NAPI's gro_hash.David S. Miller2018-07-211-6/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-2153-2218/+1838
|\ \
| * | ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-185-93/+22
| * | netfilter: nft_socket: Expose socket markMáté Eckl2018-07-181-0/+11
| * | netfilter: nft_socket: Break evaluation if no socket foundMáté Eckl2018-07-181-1/+1
| * | netfilter: nf_osf: add struct nf_osf_hdr_ctxPablo Neira Ayuso2018-07-181-43/+62
| * | netfilter: nf_osf: add nf_osf_match_one()Pablo Neira Ayuso2018-07-181-96/+111
| * | netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal2018-07-184-28/+76
| * | netfilter: nf_tables: avoid global info storageFlorian Westphal2018-07-181-16/+12
| * | netfilter: nf_tables: take module reference when starting a batchFlorian Westphal2018-07-182-0/+10
| * | netfilter: nf_tables: make valid_genid callback mandatoryFlorian Westphal2018-07-182-3/+3
| * | netfilter: nf_tables: add and use helper for module autoloadFlorian Westphal2018-07-181-29/+52