aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-23rds: Changing IP address internal representation to struct in6_addrGravatar Ka-Cheong Poon 23-369/+863
2018-07-23net: sched: cls_flower: propagate chain teplate creation and destruction to d...Gravatar Jiri Pirko 1-0/+39
2018-07-23net: sched: cls_flower: implement chain templatesGravatar Jiri Pirko 1-1/+105
2018-07-23net: sched: cls_flower: change fl_init_dissector to accept mask and dissectorGravatar Jiri Pirko 1-21/+22
2018-07-23net: sched: cls_flower: move key/mask dumping into a separate functionGravatar Jiri Pirko 1-25/+37
2018-07-23net: sched: introduce chain templatesGravatar Jiri Pirko 1-0/+65
2018-07-23net: sched: introduce chain object to uapiGravatar Jiri Pirko 1-8/+300
2018-07-23net: sched: Avoid implicit chain 0 creationGravatar Jiri Pirko 1-47/+39
2018-07-23net: sched: push ops lookup bits into tcf_proto_lookup_ops()Gravatar Jiri Pirko 1-22/+31
2018-07-23net/smc: remove local variable page in smc_rx_splice()Gravatar Ursula Braun 1-3/+1
2018-07-23net/smc: use DECLARE_BITMAP for rtokens_used_maskGravatar Ursula Braun 1-2/+1
2018-07-23net/smc: add function to get link group from linkGravatar Stefan Raspl 5-47/+20
2018-07-23net/smc: eliminate cursor read and write callsGravatar Stefan Raspl 6-101/+48
2018-07-23net/smc: provide smc mode in smc_diag.cGravatar Karsten Graul 1-1/+6
2018-07-23ipv6: sr: Use kmemdup instead of duplicating it in parse_nla_srhGravatar YueHaibing 1-3/+1
2018-07-23net: bridge: add support for backup portGravatar Nikolay Aleksandrov 5-2/+133
2018-07-23net: bridge: add support for raw sysfs port optionsGravatar Nikolay Aleksandrov 1-14/+42
2018-07-21multicast: remove useless parameter for group addGravatar Hangbin Liu 2-9/+9
2018-07-21net: wimax: stack: fixed multi line comment issueGravatar Mark Railton 1-1/+2
2018-07-21tipc: make some functions staticGravatar YueHaibing 3-8/+10
2018-07-21net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGravatar Gustavo A. R. Silva 1-1/+1
2018-07-21tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyGravatar Jon Maxwell 1-1/+17
2018-07-21tcp: Add tcp_retransmit_stamp() helper routineGravatar Jon Maxwell 1-8/+17
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsGravatar Jon Maxwell 2-6/+6
2018-07-20bridge: make sure objects belong to container's ownerGravatar Tyler Hicks 3-3/+13
2018-07-20net: create reusable function for getting ownership info of sysfs inodesGravatar Tyler Hicks 2-18/+28
2018-07-20net-sysfs: make sure objects belong to container's ownerGravatar Dmitry Torokhov 1-1/+46
2018-07-20net-sysfs: require net admin in the init ns for setting tx_maxrateGravatar Tyler Hicks 1-0/+3
2018-07-20net: Init backlog NAPI's gro_hash.Gravatar David S. Miller 1-6/+12
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 53-2218/+1838
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxGravatar David S. Miller 64-485/+764
2018-07-20tipc: make link capability update thread safeGravatar Jon Maloy 1-0/+4
2018-07-20tls: Fix copy-paste error in tls_device_reencryptGravatar Gustavo A. R. Silva 1-1/+1
2018-07-19net/sched: cls_flower: Support matching on ip tos and ttl for tunnelsGravatar Or Gerlitz 1-15/+28
2018-07-19flow_dissector: Dissect tos and ttl from the tunnel infoGravatar Or Gerlitz 1-1/+13
2018-07-19net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsGravatar Or Gerlitz 1-2/+18
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 64-485/+770
2018-07-18tcp: identify cryptic messages as TCP seq # bugsGravatar Randy Dunlap 1-2/+2
2018-07-18pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation...Gravatar Jakub Kicinski 1-6/+4
2018-07-18ipv6: sr: fix useless rol32 call on hashGravatar Colin Ian King 1-1/+1
2018-07-18net: dsa: Remove VLA usageGravatar Salvatore Mesoraca 2-12/+24
2018-07-18Merge tag 'batadv-net-for-davem-20180717' of git://git.open-mesh.org/linux-mergeGravatar David S. Miller 6-10/+93
2018-07-18tipc: remove unused tipc_group_sizeGravatar YueHaibing 1-5/+0
2018-07-18tipc: remove unused tipc_link_is_activeGravatar YueHaibing 1-5/+0
2018-07-18net: sched: Using NULL instead of plain integerGravatar YueHaibing 1-2/+2
2018-07-18net: Move skb decrypted field, avoid explicity copyGravatar Stefano Brivio 1-6/+0
2018-07-18xdp: fix uninitialized 'err' variableGravatar Jakub Kicinski 1-6/+9
2018-07-18net/smc: reset recv timeout after clc handshakeGravatar Karsten Graul 1-1/+2
2018-07-18net/smc: add error handling for get_user()Gravatar Ursula Braun 1-1/+2
2018-07-18net/smc: optimize consumer cursor updatesGravatar Ursula Braun 1-2/+10