Commit Graph

4498 Commits (a925aa00a55e3b72bd38bfdd3d6f97c0d900c949)

Author SHA1 Message Date
Pavel Emelyanov a925aa00a5 udp_diag: Implement the get_exact dumping functionality 13 years ago
Pavel Emelyanov 52b7c59bc3 udp_diag: Basic skeleton 13 years ago
Pavel Emelyanov fce823381e udp: Export code sk lookup routines 13 years ago
Pavel Emelyanov 1942c518ca inet_diag: Generalize inet_diag dump and get_exact calls 13 years ago
Pavel Emelyanov 3c4d05c805 inet_diag: Introduce the inet socket dumping routine 13 years ago
Pavel Emelyanov 8d07d1518a inet_diag: Introduce the byte-code run on an inet socket 13 years ago
Pavel Emelyanov efb3cb428d inet_diag: Split inet_diag_get_exact into parts 13 years ago
Pavel Emelyanov 476f7dbff3 inet_diag: Split inet_diag_get_exact into parts 13 years ago
Pavel Emelyanov b005ab4ef8 inet_diag: Export inet diag cookie checking routine 13 years ago
Pavel Emelyanov 87c22ea52e inet_diag: Reduce the number of args for bytecode run routine 13 years ago
Pavel Emelyanov 7b35eadd7e inet_diag: Remove indirect sizeof from inet diag handlers 13 years ago
Pavel Emelyanov 8ef874bfc7 sock_diag: Move the sock_ code to net/core/ 13 years ago
Pavel Emelyanov a029fe26b6 inet_diag: Cleanup type2proto last user 13 years ago
Pavel Emelyanov d23deaa07b inet_diag: Introduce socket family checks 13 years ago
Pavel Emelyanov 25c4cd2b6d inet_diag: Switch the _dump to work with new header 13 years ago
Pavel Emelyanov fe50ce2846 inet_diag: Switch the _get_exact to work with new header 13 years ago
Pavel Emelyanov 126fdc3249 inet_diag: Introduce new inet_diag_req header 13 years ago
Pavel Emelyanov d366477a52 sock_diag: Initial skeleton 13 years ago
Pavel Emelyanov f13c95f0e2 inet_diag: Switch from _GETSOCK to IPPROTO_ numbers 13 years ago
Pavel Emelyanov 37f352b5e3 inet_diag: Move byte-code finding up the call-stack 13 years ago
Pavel Emelyanov 8d34172dfd sock_diag: Introduce new message type 13 years ago
Pavel Emelyanov 7f1fb60c4f inet_diag: Partly rename inet_ to sock_ 13 years ago
Igor Maravic 40e4783ee6 ipv4: arp: Cleanup in arp.c 13 years ago
Eric Dumazet 0a5912db7b tcp: remove TCP_OFF and TCP_PAGE macros 13 years ago
Eric Dumazet 4fa48bf3c7 tcp: fix tcp_trim_head() 13 years ago
David Miller 2721745501 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. 13 years ago
David S. Miller de398fb8b9 ipv4: Fix peer validation on cached lookup. 13 years ago
Eric Dumazet 761965eab3 tcp: tcp_sendmsg() page recycling 13 years ago
Eric Dumazet 117632e64d tcp: take care of misalignments 13 years ago
Eric Dumazet fdf5af0daf tcp: drop SYN+FIN messages 13 years ago
Julian Anastasov f61759e6b8 ipv4: make sure RTO_ONLINK is saved in routing cache 13 years ago
Peter Pan(潘卫平) d01ff0a049 ipv4: flush route cache after change accept_local 13 years ago
David S. Miller 59c2cdae27 Revert "udp: remove redundant variable" 13 years ago
David S. Miller efbc368dcc ipv4: Perform peer validation on cached route lookup. 13 years ago
Eric Dumazet 84f9307c5d ipv4: use a 64bit load/store in output path 13 years ago
Jun Zhao 5eb81e8916 ipv4 : igmp : Delete useless parameter in ip_mc_add1_src() 13 years ago
David Miller 32092ecf06 atm: clip: Use device neigh support on top of "arp_tbl". 13 years ago
David Miller 76cc714ed5 neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables. 13 years ago
Eric Dumazet 218fa90f07 ipv4: fix lockdep splat in rt_cache_seq_show 13 years ago
Eric Dumazet d8a6e65f8b tcp: inherit listener congestion control for passive cnx 13 years ago
RongQing.Li e92036a651 ipv4: remove useless codes in ipmr_device_event() 13 years ago
Eric Dumazet f07d960df3 tcp: avoid frag allocation for small frames 13 years ago
Neal Cardwell 6b5a5c0dbb tcp: do not scale TSO segment size with reordering degree 13 years ago
Eric Dumazet b90e5794c5 net: dont call jump_label_dec from irq context 13 years ago
Eric Dumazet 690e99c4ba tcp: tcp_sendmsg() wrong access to sk_route_caps 13 years ago
Neal Cardwell 8cd6d6162d tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_open 13 years ago
Neal Cardwell f698204bd0 tcp: allow undo from reordered DSACKs 13 years ago
Neal Cardwell e95ae2f2cf tcp: use SACKs and DSACKs that arrive on ACKs below snd_una 13 years ago
Neal Cardwell 5628adf1a0 tcp: use DSACKs that arrive when packets_out is 0 13 years ago
Neal Cardwell 7d2b55f80d tcp: make is_dupack a parameter to tcp_fastretrans_alert() 13 years ago