aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24l2tp: remove trailing newlineStephen Hemminger1-1/+0
2018-07-24bpfilter: remove trailing newlineStephen Hemminger2-2/+0
2018-07-24decnet: whitespace fixesStephen Hemminger10-14/+2
2018-07-24x25: remove blank lines at EOFStephen Hemminger2-3/+0
2018-07-24ax25: remove blank line at EOFStephen Hemminger5-5/+0
2018-07-24atm: remove blank lines at EOFStephen Hemminger1-6/+0
2018-07-24ila: remove blank lines at EOFStephen Hemminger2-2/+0
2018-07-24sctp: whitespace fixesStephen Hemminger2-3/+2
2018-07-24xfrm: remove blank lines at EOFStephen Hemminger2-2/+0
2018-07-24mpls: remove trailing whitepaceStephen Hemminger1-1/+1
2018-07-24llc: fix whitespace issuesStephen Hemminger3-3/+2
2018-07-24rds: remove trailing whitespace and blank linesStephen Hemminger7-7/+0
2018-07-24wimax: remove blank lines at EOFStephen Hemminger4-6/+0
2018-07-24sched: fix trailing whitespaceStephen Hemminger5-6/+3
2018-07-24net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsiocTariq Toukan1-6/+1
2018-07-24netlink: do not store start function in netlink_cbFlorian Westphal1-3/+2
2018-07-24Merge tag 'mac80211-next-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller4-36/+47
2018-07-24mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2-10/+16
2018-07-24wireless/lib80211: Convert from ahash to shashKees Cook1-25/+30
2018-07-23rds: Extend RDS API for IPv6 supportKa-Cheong Poon6-9/+226
2018-07-23rds: Enable RDS IPv6 supportKa-Cheong Poon14-114/+459
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon23-369/+863
2018-07-23net: sched: cls_flower: propagate chain teplate creation and destruction to driversJiri Pirko1-0/+39
2018-07-23net: sched: cls_flower: implement chain templatesJiri Pirko1-1/+105
2018-07-23net: sched: cls_flower: change fl_init_dissector to accept mask and dissectorJiri Pirko1-21/+22
2018-07-23net: sched: cls_flower: move key/mask dumping into a separate functionJiri Pirko1-25/+37
2018-07-23net: sched: introduce chain templatesJiri Pirko1-0/+65
2018-07-23net: sched: introduce chain object to uapiJiri Pirko1-8/+300
2018-07-23net: sched: Avoid implicit chain 0 creationJiri Pirko1-47/+39
2018-07-23net: sched: push ops lookup bits into tcf_proto_lookup_ops()Jiri Pirko1-22/+31
2018-07-23net/smc: remove local variable page in smc_rx_splice()Ursula Braun1-3/+1
2018-07-23net/smc: use DECLARE_BITMAP for rtokens_used_maskUrsula Braun1-2/+1
2018-07-23net/smc: add function to get link group from linkStefan Raspl5-47/+20
2018-07-23net/smc: eliminate cursor read and write callsStefan Raspl6-101/+48
2018-07-23net/smc: provide smc mode in smc_diag.cKarsten Graul1-1/+6
2018-07-23ipv6: sr: Use kmemdup instead of duplicating it in parse_nla_srhYueHaibing1-3/+1
2018-07-23net: bridge: add support for backup portNikolay Aleksandrov5-2/+133
2018-07-23net: bridge: add support for raw sysfs port optionsNikolay Aleksandrov1-14/+42
2018-07-21multicast: remove useless parameter for group addHangbin Liu2-9/+9
2018-07-21net: wimax: stack: fixed multi line comment issueMark Railton1-1/+2
2018-07-21tipc: make some functions staticYueHaibing3-8/+10
2018-07-21net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGustavo A. R. Silva1-1/+1
2018-07-21tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell1-1/+17
2018-07-21tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell1-8/+17
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell2-6/+6
2018-07-20bridge: make sure objects belong to container's ownerTyler Hicks3-3/+13
2018-07-20net: create reusable function for getting ownership info of sysfs inodesTyler Hicks2-18/+28
2018-07-20net-sysfs: make sure objects belong to container's ownerDmitry Torokhov1-1/+46
2018-07-20net-sysfs: require net admin in the init ns for setting tx_maxrateTyler Hicks1-0/+3
2018-07-20net: Init backlog NAPI's gro_hash.David S. Miller1-6/+12