Commit Graph

2999 Commits (0f23174aa8c1aa7a2a6050a72a60d290ef9ee578)

Author SHA1 Message Date
Eric Dumazet 2e77d89b2f net: avoid a pair of dst_hold()/dst_release() in ip_append_data() 16 years ago
Eric Dumazet 920de804bc net: Make sure BHs are disabled in sock_prot_inuse_add() 16 years ago
Alexey Dobriyan be77e59307 net: fix tunnels in netns after ndo_ changes 16 years ago
Eric Dumazet c25eb3bfb9 net: Convert TCP/DCCP listening hash tables to use RCU 16 years ago
Eric Dumazet 04f258ce7f net: some optimizations in af_inet 16 years ago
Petr Tesarik 33cf71cee1 tcp: Do not use TSO/GSO when there is urgent data 16 years ago
David S. Miller 7e3aab4a9c inet_diag: Missed conversion after changing inet ehash lockl to spinlocks. 16 years ago
Eric Dumazet 9db66bdcc8 net: convert TCP/DCCP ehash rwlocks to spinlocks 16 years ago
Stephen Hemminger b8c26a33c8 ipgre: convert to netdevice_ops 16 years ago
Stephen Hemminger 23a12b1471 ipip: convert to net_device_ops 16 years ago
Stephen Hemminger 007c3838d9 ipmr: convert ipmr virtual interface to net_device_ops 16 years ago
Harvey Harrison 21d1a161f6 net: ip_sockglue.c add static, annotate ports' endianness 16 years ago
Balazs Scheidler c828384582 TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header() 16 years ago
Balazs Scheidler a134f85c13 TPROXY: fill struct flowi->flags in udp_sendmsg() 16 years ago
Eric Dumazet 5caea4ea70 net: listening_hash get a spinlock per bucket 16 years ago
Stephen Hemminger 5bc3eb7e2f ip: convert to net_device_ops for ioctl 16 years ago
Joe Perches 07f0757a68 include/net net/ - csum_partial - remove unnecessary casts 16 years ago
Eric Dumazet a7a0d6a87b net: inet_diag_handler structs can be const 16 years ago
Benjamin Thery c3e388964b net: fix ip_mr_init() error path 16 years ago
Eric Dumazet 3ab5aee7fe net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls 16 years ago
Eric Dumazet 88ab1932ea udp: Use hlist_nulls in UDP RCU code 16 years ago
Balazs Scheidler e8b2dfe9b4 TPROXY: implemented IP_RECVORIGDSTADDR socket option 16 years ago
Ben Greear 8164f1b797 ipv4: Fix ARP behavior with many mac-vlans 16 years ago
David Howells d76b0d9b2d CRED: Use creds in file structs 16 years ago
Alexey Dobriyan 9c0188acf6 net: shy netns_ok check 16 years ago
Doug Leith 8f65b5354b tcp_htcp: last_cong bug fix 16 years ago
Eric Dumazet 7a9546ee35 net: ib_net pointer should depends on CONFIG_NET_NS 16 years ago
Alexey Dobriyan 6bb3ce25d0 net: remove struct dst_entry::entry_size 16 years ago
Eric Dumazet b971e7ac83 net: fix /proc/net/snmp as memory corruptor 16 years ago
David S. Miller 518a09ef11 tcp: Fix recvmsg MSG_PEEK influence of blocking behavior. 16 years ago
Andreas Steffen 79654a7698 xfrm: Have af-specific init_tempsel() initialize family field of temporary selector 16 years ago
Simon Arlott 6e3354c1e9 netfilter: nf_nat: remove warn_if_extra_mangle 16 years ago
Alexey Dobriyan 19223f26d9 netfilter: arptable_filter: merge forward hook 16 years ago
Alexey Dobriyan d4ec52bae7 netfilter: netns-aware ipt_addrtype 16 years ago
Alexey Dobriyan 6d9f239a1e net: '&' redux 16 years ago
Jianjun Kong 5799de0b12 net: clean up net/ipv4/tcp_ipv4.c 16 years ago
Jianjun Kong 539afedfcc net: clean up net/ipv4/devinet.c 16 years ago
Jianjun Kong f4cca7ffb2 net: clean up net/ipv4/pararp.c 16 years ago
Jianjun Kong fd3f8c4cb6 net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.c 16 years ago
Jianjun Kong c354e12463 net: clean up net/ipv4/ipmr.c 16 years ago
Jianjun Kong 09cb105ea7 net: clean up net/ipv4/ip_sockglue.c tcp_output.c 16 years ago
Jianjun Kong a7e9ff735b net: clean up net/ipv4/igmp.c 16 years ago
Jianjun Kong 6ed2533e55 net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.c 16 years ago
Jianjun Kong 5a5f3a8db9 net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.c 16 years ago
Jianjun Kong d9319100c1 net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.c 16 years ago
Sangtae Ha ae27e98a51 [TCP] CUBIC v2.3 16 years ago
Eric Dumazet 920a46115c udp: multicast packets need to check namespace 16 years ago
Eric Dumazet c37ccc0d4e udp: add a missing smp_wmb() in udp_lib_get_port() 16 years ago
Harvey Harrison 673d57e723 net: replace NIPQUAD() in net/ipv4/ net/ipv6/ 17 years ago
Harvey Harrison cffee385d7 net: replace NIPQUAD() in net/ipv4/netfilter/ 17 years ago