aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner11-20/+42
2018-06-28net sched actions: avoid bitwise operation on signed value in peditRoman Mashak1-1/+1
2018-06-28net sched actions: fix misleading text strings in pedit actionRoman Mashak1-5/+5
2018-06-28net sched actions: use sizeof operator for buffer lengthRoman Mashak1-2/+2
2018-06-28net sched actions: fix sparse warningRoman Mashak1-3/+3
2018-06-28net sched actions: fix coding style in pedit actionRoman Mashak1-13/+16
2018-06-28netem: slotting with non-uniform distributionYousuk Seung1-24/+49
2018-06-28l2tp: define helper for parsing struct sockaddr_pppol2tp*Guillaume Nault1-70/+103
2018-06-28tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet1-110/+113
2018-06-27neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu1-1/+2
2018-06-27net/tls: Remove VLA usage on nonceKees Cook1-2/+8
2018-06-26net: sched: call reoffload op on block callback regJohn Hurley1-8/+46
2018-06-26net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley1-0/+39
2018-06-26net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley1-0/+111
2018-06-26net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley1-0/+32
2018-06-26net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley1-0/+44
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2-10/+17
2018-06-26l2tp: make l2tp_xmit_core() return voidGuillaume Nault1-4/+2
2018-06-26l2tp: avoid duplicate l2tp_pernet() callsGuillaume Nault1-2/+1
2018-06-26l2tp: don't export l2tp_tunnel_closeall()Guillaume Nault2-3/+1
2018-06-26l2tp: don't export l2tp_session_queue_purge()Guillaume Nault2-3/+1
2018-06-26l2tp: remove l2tp_tunnel_priv()Guillaume Nault1-7/+0
2018-06-26l2tp: remove .show from struct l2tp_tunnelGuillaume Nault2-6/+0
2018-06-26l2tp: remove pppol2tp_session_close()Guillaume Nault1-7/+0
2018-06-26tcp: add SNMP counter for zero-window dropsYafang Shao2-2/+7
2018-06-26net: Convert NAPI gro list into a small hash table.David Miller1-26/+79
2018-06-26net: Convert GRO SKB handling to list_head.David Miller14-103/+93
2018-06-26Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-15/+24
2018-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-32/+47
2018-06-24tls: Removed unused variableVakul Garg1-3/+0
2018-06-24net_sched: remove unused htb drop_listCong Wang1-13/+0
2018-06-23net_sched: remove a bogus warning in hfscCong Wang1-2/+2
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-06-23net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet1-4/+7
2018-06-23net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet1-3/+2
2018-06-23ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu1-3/+6
2018-06-22tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet2-15/+5
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang2-3/+12
2018-06-22rhashtable: remove nulls_base and related code.NeilBrown1-2/+2
2018-06-22rhashtable: split rhashtable.hNeilBrown9-0/+9
2018-06-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda1-1/+1
2018-06-22cls_flower: fix use after free in flower S/W pathPaolo Abeni1-4/+17
2018-06-22net/packet: fix use-after-freeEric Dumazet1-9/+7
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+7
2018-06-21sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner1-1/+3
2018-06-21strparser: Don't schedule in workqueue in paused stateVakul Garg1-4/+1
2018-06-21bpfilter: fix user mode helper cross compilationMatteo Croce1-1/+1
2018-06-20ip: limit use of gso_size to udpWillem de Bruijn2-2/+4
2018-06-20bpfilter: ignore binary filesMatteo Croce1-0/+1
2018-06-20bpfilter: fix build errorMatteo Croce1-2/+4