Commit Graph

1543 Commits (c1e13f25674ed564948ecb7dfe5f83e578892896)

Author SHA1 Message Date
Alexey Dobriyan 28dfef8feb const: constify remaining pipe_buf_operations 15 years ago
Eric W. Biederman d90a909e1f net: Fix userspace RTM_NEWLINK notifications. 15 years ago
Krishna Kumar e93737b0f0 net: Handle NETREG_UNINITIALIZED devices correctly 15 years ago
Patrick Mullaney fc4a748966 netdevice: provide common routine for macvlan and vlan operstate management 15 years ago
Eric W. Biederman e9c5158ac2 net: Allow fib_rule_unregister to batch 15 years ago
Eric W. Biederman 3a765edadb netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys} 15 years ago
Eric W. Biederman 04dc7f6be3 net: Move network device exit batching 15 years ago
Eric W. Biederman 72ad937abd net: Add support for batching network namespace cleanups 15 years ago
Patrick McHardy 5adef18091 net 04/05: fib_rules: allow to delete local rule 15 years ago
Patrick McHardy 1b038a5e60 net 03/05: fib_rules: add oif classification 15 years ago
Patrick McHardy 491deb24bf net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FRA_IIFNAME 15 years ago
Alexander Duyck c81c2d9544 skbuff: remove skb_dma_map/unmap 15 years ago
Eric W. Biederman e008b5fc8d net: Simplfy default_device_exit and improve batching. 15 years ago
Eric W. Biederman f875bae065 net: Automatically allocate per namespace data. 15 years ago
Eric W. Biederman 2b035b3997 net: Batch network namespace destruction. 15 years ago
Eric W. Biederman a5ee155136 net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Eric Dumazet 3291b9db56 pktgen: NUMA aware 15 years ago
Arnd Bergmann 445409602c veth: move loopback logic to common location 15 years ago
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets 15 years ago
Eric Dumazet 3e9848403a pktgen: Fix netdevice unregister 15 years ago
Eric Dumazet 593f63b0be pktgen: Fix device name compares 15 years ago
Jaswinder Singh Rajput 6ebfbc0656 net: Fix missing kernel-doc notation 15 years ago
Eric Dumazet 8964be4a9a net: rename skb->iif to skb->skb_iif 15 years ago
Octavian Purdila d90310243f net: device name allocation cleanups 15 years ago
Eric Dumazet e014debecd linkwatch: linkwatch_forget_dev() to speedup device dismantle 15 years ago
Octavian Purdila 395264d509 net: introduce NETDEV_UNREGISTER_PERNET 15 years ago
Eric Dumazet d83345adf9 net: add dev_txq_stats_fold() helper 15 years ago
Herbert Xu 69c0cab120 gro: Fix illegal merging of trailer trash 15 years ago
Eric Dumazet 91e9c07bd6 net: Fix the rollback test in dev_change_name() 15 years ago
Jarek Poplawski 9a1654ba0b net: Optimize hard_start_xmit() return checking 15 years ago
Eric Dumazet ed04642f75 net: check the return value of ndo_select_queue() 15 years ago
Patrick McHardy 572a9d7b6f net: allow to propagate errors through ->ndo_hard_start_xmit() 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
stephen hemminger 08e9897d51 netdev: fold name hash properly (v3) 15 years ago
Anton Vorontsov e84af6ddef skbuff: Do not allow skb recycling with disabled IRQs 15 years ago
Eric W. Biederman 81adee47df net: Support specifying the network namespace upon device creation. 15 years ago
Eric Dumazet e0d087af72 rtnetlink: Cleanups 15 years ago
Thomas Gleixner d3bcfefaca net: Replace old style lock initializer 15 years ago
David S. Miller 000ba2e43f net: Fix build warning in sock_bindtodevice(). 15 years ago
Eric Dumazet baac856454 pktgen: tx_bytes might be slightly wrong 15 years ago
Eric Dumazet bf8e56bfc4 net: sock_bindtodevice() RCU-ification 15 years ago
Eric Dumazet c6d14c8456 net: Introduce for_each_netdev_rcu() iterator 15 years ago
Eric Dumazet 3710becf8a net: RCU locking for simple ioctl() 15 years ago
Eric W. Biederman 9fdce099bb veth: Fix unregister_netdevice_queue for veth 15 years ago
Eric Dumazet 72c9528bab net: Introduce dev_get_by_name_rcu() 15 years ago
Eric W. Biederman 0c509a6c93 net: Allow devices to specify a device specific sysfs group. 15 years ago
Eric Dumazet 9d410c7960 net: fix sk_forward_alloc corruption 15 years ago
Eric Dumazet 0bd8d53656 net: use hlist_for_each_entry() 15 years ago
Ben Hutchings c7c4b3b6e9 gro: Change all receive functions to return GRO result codes 15 years ago