summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-25sctp: whitespace fixesStephen Hemminger2-3/+2
2018-07-25xfrm: remove blank lines at EOFStephen Hemminger2-2/+0
2018-07-25mpls: remove trailing whitepaceStephen Hemminger1-1/+1
2018-07-25llc: fix whitespace issuesStephen Hemminger3-3/+2
2018-07-25rds: remove trailing whitespace and blank linesStephen Hemminger7-7/+0
2018-07-25wimax: remove blank lines at EOFStephen Hemminger4-6/+0
2018-07-25sched: 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/sc...David 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-24rds: Extend RDS API for IPv6 supportKa-Cheong Poon6-9/+226
2018-07-24rds: Enable RDS IPv6 supportKa-Cheong Poon14-114/+459
2018-07-24rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon23-369/+863
2018-07-24net: sched: cls_flower: propagate chain teplate creation and destruction to d...Jiri Pirko1-0/+39
2018-07-24net: sched: cls_flower: implement chain templatesJiri Pirko1-1/+105
2018-07-24net: sched: cls_flower: change fl_init_dissector to accept mask and dissectorJiri Pirko1-21/+22
2018-07-24net: sched: cls_flower: move key/mask dumping into a separate functionJiri Pirko1-25/+37
2018-07-24net: sched: introduce chain templatesJiri Pirko1-0/+65
2018-07-24net: sched: introduce chain object to uapiJiri Pirko1-8/+300
2018-07-24net: sched: Avoid implicit chain 0 creationJiri Pirko1-47/+39
2018-07-24net: 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-22multicast: remove useless parameter for group addHangbin Liu2-9/+9
2018-07-22net: wimax: stack: fixed multi line comment issueMark Railton1-1/+2
2018-07-22tipc: make some functions staticYueHaibing3-8/+10
2018-07-22net: 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-21bridge: make sure objects belong to container's ownerTyler Hicks3-3/+13
2018-07-21net: create reusable function for getting ownership info of sysfs inodesTyler Hicks2-18/+28
2018-07-21net-sysfs: make sure objects belong to container's ownerDmitry Torokhov1-1/+46
2018-07-21net-sysfs: require net admin in the init ns for setting tx_maxrateTyler Hicks1-0/+3
2018-07-21net: Init backlog NAPI's gro_hash.David S. Miller1-6/+12
2018-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller53-2218/+1838
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller64-485/+764
2018-07-20tipc: make link capability update thread safeJon Maloy1-0/+4
2018-07-20tls: Fix copy-paste error in tls_device_reencryptGustavo A. R. Silva1-1/+1
2018-07-20net/sched: cls_flower: Support matching on ip tos and ttl for tunnelsOr Gerlitz1-15/+28
2018-07-20flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz1-1/+13
2018-07-20net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsOr Gerlitz1-2/+18