Commit Graph

260 Commits (6f43adc88f49cb8164fbd665e968de4de380dc35)

Author SHA1 Message Date
Eric Dumazet e67f88dd12 net: dont hold rtnl mutex during netlink dump callbacks 14 years ago
David S. Miller cf91166223 net: Use non-zero allocations in dst_alloc(). 14 years ago
David S. Miller 5c1e6aa300 net: Make dst_alloc() take more explicit initializations. 14 years ago
David S. Miller a01c1335a3 decnet: Don't leak entries when rebuilding zone. 14 years ago
David S. Miller 9bf9055eb7 decnet: Fix set-but-unused variable. 14 years ago
David S. Miller bef55aebd5 decnet: Convert to use flowidn where applicable. 14 years ago
David S. Miller 1d28f42c1b net: Put flowi_* prefix on AF independent members of struct flowi 14 years ago
David S. Miller 452edd598f xfrm: Return dst directly from xfrm_lookup() 14 years ago
David S. Miller 80c0bc9e37 xfrm: Kill XFRM_LOOKUP_WAIT flag. 14 years ago
David S. Miller 3c7bd1a140 net: Add initial_ref arg to dst_alloc(). 14 years ago
David S. Miller 62fa8a846d net: Implement read-only protection and COW'ing of metrics. 14 years ago
Shan Wei 441c793a56 net: cleanup unused macros in net directory 14 years ago
David S. Miller d33e455337 net: Abstract default MTU metric calculation behind an accessor. 14 years ago
David S. Miller 0dbaee3b37 net: Abstract default ADVMSS behind an accessor. 14 years ago
David S. Miller defb3519a6 net: Abstract away all dst_entry metrics accesses. 14 years ago
Dan Rosenberg 3c6f27bf33 DECnet: don't leak uninitialized stack byte 14 years ago
Changli Gao 5811662b15 net: use the macros defined for the members of flowi 14 years ago
David S. Miller c753796769 ipv4: Make rt->fl.iif tests lest obscure. 14 years ago
Eric Dumazet 8d987e5c75 net: avoid limits overflow 14 years ago
Eric Dumazet fc766e4c49 decnet: RCU conversion and get rid of dev_base_lock 14 years ago
Uwe Kleine-König b595076a18 tree-wide: fix comment/printk typos 14 years ago
Eric Dumazet fc66f95c68 net dst: use a percpu_counter to track entries 15 years ago
Eric Dumazet d6bf781712 net neigh: RCU conversion of neigh hash table 15 years ago
Julia Lawall bb8a10bbd1 net/decnet: Adjust confusing if indentation 15 years ago
Changli Gao d8d1f30b95 net-next: remove useless union keyword 15 years ago
Joe Perches 3fa21e07e6 net: Remove unnecessary returns from void function()s 15 years ago
Patrick McHardy 25239cee7e net: rtnetlink: decouple rtnetlink address families from real address families 15 years ago
Patrick McHardy 3d0c9c4eb2 net: fib_rules: mark arguments to fib_rules_register const and __net_initdata 15 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
Patrick McHardy 0f87b1dd01 net: fib_rules: decouple address families from real address families 15 years ago
Patrick McHardy 28bb17268b net: fib_rules: set family in fib_rule_hdr centrally 15 years ago
Patrick McHardy d8a566beaa net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions. 15 years ago
Eric Dumazet b6c6712a42 net: sk_dst_cache RCUification 15 years ago
Jiri Pirko 22bedad3ce net: convert multicast list to list_head 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Jan Engelhardt 5d877d876c netfilter: decnet: use NFPROTO values for NF_HOOK invocation 15 years ago
Paul E. McKenney a898def29e net: Add checking to rcu_dereference() primitives 15 years ago
Eric W. Biederman e9c5158ac2 net: Allow fib_rule_unregister to batch 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
stephen hemminger e5c140a340 decnet: convert dndev_lock to spinlock 15 years ago
stephen hemminger 41bdecf17e decnet: add RTNL lock when reading address list 15 years ago
stephen hemminger fa918602b6 decnet: use RCU to find network devices 15 years ago
Eric Dumazet 887e671f32 decnet: netdevice refcount leak 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
Eric Dumazet b4d745db12 decnet: avoid touching device refcount in dn_dev_by_index() 15 years ago
Eric Dumazet c6d14c8456 net: Introduce for_each_netdev_rcu() iterator 15 years ago
Krishna Kumar ea94ff3b55 net: Fix for dst_negative_advice 16 years ago
Stephen Hemminger ec1b4cf74c net: mark net_proto_ops as const 16 years ago