aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-09tcp: remove unaligned accesses from tcp_get_info()Eric Dumazet1-6/+5
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet3-30/+42
2016-11-09tcp: shortcut listeners in tcp_get_info()Eric Dumazet1-17/+24
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-18/+24
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni2-4/+4
2016-11-07net: Update raw socket bind to consider l3 domainDavid Ahern1-1/+9
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti9-21/+33
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti2-0/+12
2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn1-0/+26
2016-11-03net: ip, raw_diag -- Use jump for exiting from nested loopCyrill Gorcunov1-1/+2
2016-11-03net: ip, raw_diag -- Fix socket leaking for destroy requestCyrill Gorcunov1-1/+4
2016-11-02net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnectCyrill Gorcunov1-1/+1
2016-11-02tcp: enhance tcp collapsingEric Dumazet1-6/+4
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-0/+418
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso3-0/+171
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal3-0/+247
2016-11-01net: Enable support for VRF with ipv4 multicastDavid Ahern2-16/+38
2016-10-31net: pim: add all RFC7761 message typesNikolay Aleksandrov1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-28/+34
2016-10-29tcp_bbr: add a state transition diagram and accompanying commentNeal Cardwell1-1/+31
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet1-7/+1
2016-10-29net: ip, diag: include net/inet_sock.hArnd Bergmann1-0/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg2-2/+2
2016-10-27genetlink: statically initialize familiesJohannes Berg2-18/+26
2016-10-27genetlink: no longer support using static family IDsJohannes Berg2-2/+0
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet2-6/+7
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov5-2/+298
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni1-35/+8
2016-10-22udp: implement memory accounting helpersPaolo Abeni1-0/+106
2016-10-22ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson1-1/+5
2016-10-20ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet3-4/+13
2016-10-20net: add recursion limit to GROSabrina Dubroca4-5/+5
2016-10-20tcp: relax listening_hash operationsEric Dumazet2-15/+7
2016-10-19tcp: do not export sysctl_tcp_low_latencyEric Dumazet1-1/+0
2016-10-18tcp: Remove unused but set variableTobias Klauser1-2/+0
2016-10-18ipv4: Remove unused but set variableTobias Klauser1-3/+0
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern1-3/+5
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-15/+5
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-10/+5
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2-5/+0
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2016-10-03skb_splice_bits(): get rid of callbackAl Viro1-2/+1
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+12
2016-09-30net: Suppress the "Comparison to NULL could be written" warningsJia He1-16/+16
2016-09-30proc: Reduce cache miss in snmp_seq_showJia He1-23/+47
2016-09-28tcp: Change txhash on every SYN and RTO retransmitLawrence Brakmo1-0/+4
2016-09-28switchdev: remove FIB offload infrastructureJiri Pirko3-118/+1