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 | 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-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-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-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-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-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 |
2011-01-22 | Eric Dumazet | net_sched: TCQ_F_CAN_BYPASS generalization Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-21 | Eric Dumazet | net: netif_setup_tc() is static Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-21 | Eric Dumazet | net_sched: accurate bytes/packets stats/rates Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-21 | Eric Dumazet | ipv6: raw: rcu annotations Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-21 | Eric Dumazet | neigh: __rcu annotations Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-21 | Eric Dumazet | net: ipv6: sit: fix rcu annotations Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-21 | Eric Dumazet | net_sched: RCU conversion of stab Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-21 | Eric Dumazet | net_sched: move TCQ_F_THROTTLED flag Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-21 | Eric Dumazet | net_sched: sfq: allow divisor to be a parameter Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-21 | Eric Dumazet | net: dev_close_many() is static Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-20 | Eric Dumazet | netfilter: add a missing include in nf_conntrack_reasm.c Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-20 | Eric Dumazet | net_sched: cleanups Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-19 | Eric Dumazet | net: fix can_checksum_protocol() arguments swap Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-19 | Eric Dumazet | net: filter: dont block softirqs in sk_run_filter() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-18 | Eric Dumazet | netfilter: ipt_CLUSTERIP: remove "no conntrack!" Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-14 | Eric Dumazet | net: remove dev_txq_stats_fold() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-14 | Eric Dumazet | irq: use per_cpu kstat_irqs Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-13 | Eric Dumazet | netfilter: x_table: speedup compat operations Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-11 | Eric Dumazet | tcp: disallow bind() to reuse addr/port Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-11 | Eric Dumazet | net_sched: factorize qdisc stats handling Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-10 | Eric Dumazet | netfilter: x_tables: dont block BH while reading counters Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-06 | Eric Dumazet | ipv4: IP defragmentation must be ECN aware Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-06 | Eric Dumazet | net: add POLLPRI to sock_def_readable() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Tested-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-05 | Eric Dumazet | net_sched: pfifo_head_drop problem Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-03 | Eric Dumazet | ifb: add performance flags Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
2011-01-03 | Eric Dumazet | sch_red: report backlog information Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> |
commit | commitdiff | tree |
next |