aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-25neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu2-2/+25
2018-04-25ipv6: addrconf: don't evaluate keep_addr_on_down twiceIvan Vecera1-13/+10
2018-04-25ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeAhmed Abdelsalam3-2/+31
2018-04-25net: phy: allow scanning busses with missing physAlexandre Belloni1-1/+10
2018-04-25igb: Fix not adding filter elements to the listVinicius Costa Gomes1-1/+1
2018-04-25ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck2-62/+135
2018-04-25ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck2-13/+16
2018-04-25ixgbe/fm10k: Only support macvlan offload for types that support destination filteringAlexander Duyck2-0/+15
2018-04-25macvlan: Provide function for interfaces to release HW offloadAlexander Duyck1-0/+8
2018-04-25macvlan: Add function to test for destination filtering supportAlexander Duyck1-0/+9
2018-04-25macvlan: macvlan_count_rx shouldn't be static inline AND externAlexander Duyck1-4/+0
2018-04-25ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck2-8/+6
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck3-57/+33
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck3-19/+30
2018-04-25ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck1-31/+0
2018-04-25bpf, x64: fix JIT emission for dead codeGianluca Borello1-1/+11
2018-04-25nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2-13/+35
2018-04-25nfp: bpf: tabularize generations of compare operationsJakub Kicinski1-107/+61
2018-04-25nfp: bpf: optimize add/sub of a negative constantJakub Kicinski1-0/+35
2018-04-25nfp: bpf: remove double spaceJakub Kicinski1-1/+1
2018-04-25bpf: clear the ip_tunnel_info.William Tu1-0/+1
2018-04-25bpf: reduce runtime of test_sockmap testsJohn Fastabend1-17/+16
2018-04-25bpf: sockmap, remove samples programJohn Fastabend4-2276/+0
2018-04-25bpf: sockmap, add selftestsJohn Fastabend7-4/+1852
2018-04-25bpf: sockmap, add a set of tests to run by defaultJohn Fastabend1-51/+512
2018-04-25bpf: sockmap, code sockmap_test in CJohn Fastabend1-96/+113
2018-04-25tools/bpf: remove test_sock_addr from TEST_GEN_PROGSYonghong Song1-2/+2
2018-04-24selftests: bpf: update .gitignore with missing fileAnders Roxell1-0/+1
2018-04-24tools/bpf: add verifier tests for accesses to map valuesPaul Chaignon1-0/+266
2018-04-24bpf: allow map helpers access to map values directlyPaul Chaignon1-17/+7
2018-04-24samples/bpf: extend test_tunnel_bpf.sh with xfrm state testEyal Birger4-2/+114
2018-04-24bpf: add helper for getting xfrm statesEyal Birger2-1/+72
2018-04-24liquidio: Swap VF representor Tx and Rx statisticsSrinivas Jampala1-7/+8
2018-04-24net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()Eric Dumazet1-2/+1
2018-04-24net/tls: remove redundant second null check on sgoutColin Ian King1-2/+1
2018-04-24fsl/fman_port: remove redundant check on port->rev_info.majorColin Ian King1-5/+3
2018-04-24ice: Fix insufficient memory issue in ice_aq_manage_mac_readMd Fahad Iqbal Polash1-5/+17
2018-04-24qed: Fix copying 2 stringsDenis Bolotin1-2/+3
2018-04-24sfc: ARFS filter IDsEdward Cree6-46/+337
2018-04-24ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_serversChris Novakovic2-17/+136
2018-04-24ipconfig: Create /proc/net/ipconfig directoryChris Novakovic1-0/+15
2018-04-24ipconfig: Correctly initialise ic_nameserversChris Novakovic1-0/+13
2018-04-24ipconfig: Document /proc/net/pnpChris Novakovic1-5/+29
2018-04-24ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name serversChris Novakovic1-2/+4
2018-04-24ipconfig: BOOTP: Don't request IEN-116 name serversChris Novakovic1-1/+1
2018-04-24ipconfig: Tidy up reporting of name serversChris Novakovic1-8/+11
2018-04-24ipconfig: Document setting of NIS domain nameChris Novakovic1-4/+7
2018-04-24net: ethtool: Add missing kernel doc for FEC parametersFlorian Fainelli1-0/+2
2018-04-24rhashtable: improve rhashtable_walk stability when stop/start used.NeilBrown1-3/+41
2018-04-24rhashtable: reset iter when rhashtable_walk_start sees new tableNeilBrown1-0/+2