aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-24cxgb4: move Tx/Rx free pages collection to common codeRahul Lakkireddy3-9/+14
2018-07-24cxgb4: collect number of free PSTRUCT page pointersRahul Lakkireddy5-4/+25
2018-07-24mlxsw: spectrum_flower: Add extack messagesNir Dotan1-4/+17
2018-07-24mlxsw: spectrum_acl: Add extack messagesNir Dotan1-4/+11
2018-07-24mlxsw: core_acl_flex_actions: Add extack messagesNir Dotan1-10/+25
2018-07-24mlxsw: spectrum_acl: Propagate extack pointerNir Dotan5-35/+61
2018-07-24netlink: do not store start function in netlink_cbFlorian Westphal2-4/+2
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 Poon7-11/+293
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-23selftests: forwarding: add tests for TC chain templatesJiri Pirko1-1/+43
2018-07-23selftests: forwarding: add tests for TC chains creation adn destructionJiri Pirko2-1/+31
2018-07-23selftests: forwarding: move shblock tc support check to a separate helperJiri Pirko2-0/+5
2018-07-23mlxsw: spectrum: Implement chain template hintingJiri Pirko6-12/+86
2018-07-23net: sched: cls_flower: propagate chain teplate creation and destruction to driversJiri Pirko2-0/+41
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 Pirko2-0/+77
2018-07-23net: sched: introduce chain object to uapiJiri Pirko4-9/+309
2018-07-23net: sched: Avoid implicit chain 0 creationJiri Pirko2-48/+43
2018-07-23net: sched: push ops lookup bits into tcf_proto_lookup_ops()Jiri Pirko1-22/+31