2011-07-18 | Eric Dumazet | netfilter: nfnetlink_queue: provide rcu enabled callbacks Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-07-18 | Eric Dumazet | netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-06-13 | Eric Dumazet | l2tp: fix l2tp_ip_sendmsg() route handling Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-06-11 | Eric Dumazet | snmp: reduce percpu needs by 50% Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-06-09 | Eric Dumazet | inetpeer: lower false sharing effect Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-06-09 | Eric Dumazet | inetpeer: remove unused list Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-27 | Eric Dumazet | inetpeer: fix race in unused_list manipulations Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-25 | Eric Dumazet | net: hold rtnl again in dump callbacks Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-25 | Eric Dumazet | sch_sfq: fix peek() implementation Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-24 | Eric Dumazet | bridge: initialize fake_rtable metrics Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-24 | Eric Dumazet | net: fix __dst_destroy_metrics_generic() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-24 | Eric Dumazet | net: use synchronize_rcu_expedited() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-24 | Eric Dumazet | seqlock: Get rid of SEQLOCK_UNLOCKED Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-24 | Eric Dumazet | posix-timers: RCU conversion Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-23 | Eric Dumazet | sch_sfq: avoid giving spurious NET_XMIT_CN signals Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-23 | Eric Dumazet | snap: remove one synchronize_net() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-23 | Eric Dumazet | net: ping: cleanups ping_v4_unhash() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-23 | Eric Dumazet | net: avoid synchronize_rcu() in dev_deactivate_many Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-23 | Eric Dumazet | net: remove synchronize_net() from netdev_set_master() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-21 | Eric Dumazet | garp: use kfree_rcu() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-20 | Eric Dumazet | macvlan: fix panic if lowerdev in a bond Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-20 | Eric Dumazet | macvlan: remove one synchronize_rcu() call Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-19 | Eric Dumazet | ipv6: reduce per device ICMP mib sizes Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-18 | Eric Dumazet | net: add skb_dst_force() in sock_queue_err_skb() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-17 | Eric Dumazet | PM / Wakeup: Remove useless synchronize_rcu() call Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-17 | Eric Dumazet | net: use hlist_del_rcu() in dev_change_name() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-16 | Eric Dumazet | ipv4: more compliant RFC 3168 support Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-16 | Eric Dumazet | net: ping: dont call udp_ioctl() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-15 | Eric Dumazet | net: ping: small changes Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-12 | Eric Dumazet | garp: remove last synchronize_rcu() call Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-12 | Eric Dumazet | l2tp: fix potential rcu race Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-12 | Eric Dumazet | Input: remove useless synchronize_rcu() calls Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-10 | Eric Dumazet | net: dev_close() should check IFF_UP Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-10 | Eric Dumazet | vlan: fix GVRP at dismantle time Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-10 | Eric Dumazet | net: fix two lockdep splats Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-10 | Eric Dumazet | netfilter: fix ebtables compat support Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-09 | Eric Dumazet | vlan: remove one synchronize_net() call Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-09 | Eric Dumazet | garp: remove one synchronize_rcu() call Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-09 | Eric Dumazet | net: use batched device unregister in veth and macvlan Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-06 | Eric Dumazet | rcu: optimize rcutiny Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-04 | Eric Dumazet | net: ip_expire() must revalidate route Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-05-02 | Eric Dumazet | net: dont hold rtnl mutex during netlink dump callbacks Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-29 | Eric Dumazet | bpf: depends on MODULES Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-28 | Eric Dumazet | inet: add RCU protection to inet->opt Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-28 | Eric Dumazet | net: filter: Just In Time compiler for x86-64 Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-22 | Eric Dumazet | inet: constify ip headers and in6_addr Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-21 | Eric Dumazet | netfilter: fix ebtables compat support Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-15 | Eric Dumazet | ip: ip_options_compile() resilient to NULL skb route Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-14 | Eric Dumazet | memcg: fix mem_cgroup_rotate_reclaimable_page() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-12 | Eric Dumazet | inetpeer: reduce stack usage Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-12 | Eric Dumazet | bridge: reset IPCB in br_parse_ip_options Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-08 | Eric Dumazet | perf: Fix a build error with some GCC versions Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-04 | Eric Dumazet | netfilter: get rid of atomic ops in fast path Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-04-04 | Eric Dumazet | xen: netfront: fix declaration order Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-31 | Eric Dumazet | fib: add __rcu annotations Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-30 | Eric Dumazet | fib: add rtnl locking in ip_fib_net_exit Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-28 | Eric Dumazet | percpu: Avoid extra NOP in percpu_cmpxchg16b_double Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-24 | Eric Dumazet | ipv4: fix fib metrics Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-24 | Eric Dumazet | net_sched: fix THROTTLED/RUNNING race Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-23 | Eric Dumazet | ipv4: fix ip_rt_update_pmtu() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-23 | Eric Dumazet | kthread: use kthread_create_on_node() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-23 | Eric Dumazet | kthread: NUMA aware kthread_create_on_node() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-23 | Eric Dumazet | mm: NUMA aware alloc_thread_info_node() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-23 | Eric Dumazet | mm: NUMA aware alloc_task_struct_node() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-22 | Eric Dumazet | ipvs: fix a typo in __ip_vs_control_init() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-22 | Eric Dumazet | ipx: fix ipx_release() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-22 | Eric Dumazet | snmp: SNMP_UPD_PO_STATS_BH() always called from softirq Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-21 | Eric Dumazet | r8169: fix a bug in rtl8169_init_phy() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-20 | Eric Dumazet | netfilter: xtables: fix reentrancy Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-19 | Eric Dumazet | r8169: fix a bug in rtl8169_init_phy() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-18 | Eric Dumazet | vlan: should take into account needed_headroom Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-16 | Eric Dumazet | e1000e: fix kconfig for crc32 dependency Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-15 | Eric Dumazet | xfrm: fix __xfrm_route_forward() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-15 | Eric Dumazet | xen: netfront: fix xennet_get_ethtool_stats() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-14 | Eric Dumazet | ftmac100: use GFP_ATOMIC allocations where needed Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-14 | Eric Dumazet | inetpeer: should use call_rcu() variant Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-04 | Eric Dumazet | inetpeer: seqlock optimization Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-03 | Eric Dumazet | benet: use GFP_KERNEL allocations when possible Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-03-03 | Eric Dumazet | net_sched: reduce fifo qdisc size Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-02-25 | Eric Dumazet | sch_choke: add choke_skb_cb Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-02-23 | Eric Dumazet | net_sched: long word align struct qdisc_skb_cb data Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-02-23 | Eric Dumazet | net_sched: SFB flow scheduler Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-02-23 | Eric Dumazet | slub: fix kmemcheck calls to match ksize() hints Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-02-22 | Eric Dumazet | net: add __rcu annotations to sk_wq and wq Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-02-22 | Eric Dumazet | sfc: lower stack usage in efx_ethtool_self_test Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-02-20 | Eric Dumazet | tcp: fix inet_twsk_deschedule() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-02-18 | Eric Dumazet | net: deinit automatic LIST_HEAD Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-02-18 | Eric Dumazet | net: provide default_advmss() methods to blackhole... Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-02-14 | Eric Dumazet | ipv4: fix rcu lock imbalance in fib_select_default() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-02-03 | Eric Dumazet | epoll: epoll_wait() should not use timespec_add_ns() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-27 | Eric Dumazet | drivers/net: remove some rcu sparse warnings Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-27 | Eric Dumazet | net: fix dev_seq_next() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-27 | Eric Dumazet | net: add kmemcheck annotation in __alloc_skb() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-27 | Eric Dumazet | econet: remove compiler warnings Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-27 | Eric Dumazet | perf: Fix alloc_callchain_buffers() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-26 | Eric Dumazet | net_sched: sch_mqprio: dont leak kernel memory Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-26 | Eric Dumazet | percpu, x86: Fix percpu_xchg_op() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-25 | Eric Dumazet | pktgen: speedup fragmented skbs Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-24 | Eric Dumazet | tcp: fix bug in listening_get_next() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-24 | Eric Dumazet | net: arp_ioctl() must hold RTNL Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
next |