Commit Graph

234 Commits (06c5040cdb13d27adad118f2fbfae905a1911b37)

Author SHA1 Message Date
Stephen Hemminger 6229e362dd bridge: eliminate call by reference 18 years ago
Arnaldo Carvalho de Melo 27d7ff46a3 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} 18 years ago
Arnaldo Carvalho de Melo d626f62b11 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} 18 years ago
Herbert Xu 35fc92a9de [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE 18 years ago
Patrick McHardy e6f689db51 [NETFILTER]: Use setup_timer 18 years ago
Thomas Graf 32fe21c0c0 [BRIDGE]: Use rtnl registration interface 18 years ago
Arnaldo Carvalho de Melo b0e380b1d8 [SK_BUFF]: unions of just one member don't get anything done, kill them 18 years ago
Arnaldo Carvalho de Melo 0660e03f6b [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h 18 years ago
Arnaldo Carvalho de Melo d0a92be05e [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph 18 years ago
Stephen Hemminger fd74e6ccd5 [BRIDGE]: faster compare for link local addresses 18 years ago
Arnaldo Carvalho de Melo eddc9ec53b [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph 18 years ago
Arnaldo Carvalho de Melo d56f90a7c9 [SK_BUFF]: Introduce skb_network_header() 18 years ago
Arnaldo Carvalho de Melo 98e399f82a [SK_BUFF]: Introduce skb_mac_header() 18 years ago
Arnaldo Carvalho de Melo 459a98ed88 [SK_BUFF]: Introduce skb_reset_mac_header(skb) 18 years ago
Eric Dumazet b7aa0bf70c [NET]: convert network timestamps to ktime_t 18 years ago
Evgeny Kravtsunov 19bb3506e2 [BRIDGE]: Unaligned access when comparing ethernet addresses 18 years ago
Dave Jones b6f99a2119 [NET]: fix up misplaced inlines. 18 years ago
Patrick McHardy b19cbe2a16 [BRIDGE]: Fix fdb RCU race 18 years ago
Aji Srinivas de79059ecd [BRIDGE]: adding new device to bridge should enable if up 18 years ago
Stephen Hemminger 6548cda289 [BRIDGE]: Fix locking of set path cost. 18 years ago
Stephen Hemminger 269def7c50 [BRIDGE]: eliminate workqueue for carrier check 18 years ago
Stephen Hemminger ac062e84d0 [BRIDGE]: get rid of miscdevice include 18 years ago
Christoph Lameter 53b8a315b7 [PATCH] Convert highest_possible_processor_id to nr_cpu_ids 18 years ago
Eric W. Biederman 0b4d414714 [PATCH] sysctl: remove insert_at_head from register_sysctl 18 years ago
Tim Schmielau cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h 18 years ago
Jarek Poplawski a10d567c89 [BRIDGE] br_if: Fix oops in port_carrier_check 18 years ago
Patrick McHardy e92ad99c78 [NETFILTER]: nf_log: minor cleanups 18 years ago
YOSHIFUJI Hideaki 9d6f229fc4 [NET] BRIDGE: Fix whitespace errors. 18 years ago
Patrick McHardy a8d0f9526f [NET]: Add UDPLITE support in a few missing spots 18 years ago
Patrick McHardy 5eb87f456e [NETFILTER]: bridge-netfilter: use nf_register_hooks/nf_unregister_hooks 18 years ago
Patrick McHardy 26932566a4 [NETLINK]: Don't BUG on undersized allocations 18 years ago
Greg Kroah-Hartman 43cb76d91e Network: convert network devices to use struct device instead of class_device 18 years ago
Chuck Ebbert 44f9a2fdc4 [NETFILTER]: ebtables: don't compute gap before checking struct type 18 years ago
Patrick McHardy 2bf540b73e [NETFILTER]: bridge-netfilter: remove deferred hooks 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Bart De Schuymer f216f082b2 [NETFILTER]: bridge netfilter: deal with martians correctly 18 years ago
Al Viro 1e419cd995 [EBTABLES]: Split ebt_replace into user and kernel variants, annotate. 18 years ago
Al Viro df07a81e93 [EBTABLES]: Clean ebt_register_table() up. 18 years ago
Al Viro 1bc2326cbe [EBTABLES]: Move calls of ebt_verify_pointers() upstream. 18 years ago
Al Viro f7da79d998 [EBTABLES]: ebt_check_entry() doesn't need valid_hooks 18 years ago
Al Viro 177abc348a [EBTABLES]: Clean ebt_get_udc_positions() up. 18 years ago
Al Viro 0e795531c5 [EBTABLES]: Switch ebt_check_entry_size_and_hooks() to use of newinfo->hook_entry[] 18 years ago
Al Viro 1f072c96fd [EBTABLES]: translate_table(): switch direct uses of repl->hook_info to newinfo 18 years ago
Al Viro e4fd77deac [EBTABLES]: Move more stuff into ebt_verify_pointers(). 18 years ago
Al Viro 70fe9af47e [EBTABLES]: Pull the loop doing __ebt_verify_pointers() into a separate function. 18 years ago
Al Viro 22b440bf9e [EBTABLES]: Split ebt_check_entry_size_and_hooks 18 years ago
Al Viro 14197d5447 [EBTABLES]: Prevent wraparounds in checks for entry components' sizes. 18 years ago
Al Viro 98a0824a0f [EBTABLES]: Deal with the worst-case behaviour in loop checks. 18 years ago
Al Viro 40642f95f5 [EBTABLES]: Verify that ebt_entries have zero ->distinguisher. 18 years ago
Al Viro bb2ef25c2c [EBTABLES]: Fix wraparounds in ebt_entries verification. 18 years ago