Age | Commit message (Expand) | Author | Files | Lines |
2010-09-09 | RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons | Andy Grover | 26 | -90/+90 |
2010-09-09 | RDS: move rds_shutdown_worker impl. to rds_conn_shutdown | Andy Grover | 3 | -53/+63 |
2010-09-09 | RDS: Fix locking in send on m_rs_lock | Andy Grover | 1 | -7/+8 |
2010-09-09 | RDS: Rewrite rds_send_drop_to() for clarity | Andy Grover | 1 | -35/+29 |
2010-09-09 | RDS: Fix corrupted rds_mrs | Tina Yang | 1 | -0/+8 |
2010-09-09 | RDS: Fix BUG_ONs to not fire when in a tasklet | Andy Grover | 2 | -2/+2 |
2010-09-07 | net: poll() optimizations | Eric Dumazet | 4 | -12/+8 |
2010-09-07 | net/caifcaif_dev.c: Use netdev_<level> | Joe Perches | 1 | -8/+8 |
2010-09-07 | net/caif: Use pr_fmt | Joe Perches | 16 | -181/+167 |
2010-09-07 | net/9p/trans_fd.c: Fix unsigned return type | Julia Lawall | 1 | -1/+1 |
2010-09-07 | net: pskb_expand_head() optimization | Eric Dumazet | 1 | -5/+20 |
2010-09-07 | tipc: Fix misleading error code when enabling Ethernet bearers | Allan Stephens | 1 | -0/+10 |
2010-09-07 | tipc: Ensure outgoing messages on Ethernet have sufficient headroom | Allan Stephens | 1 | -8/+17 |
2010-09-07 | tipc: Minor optimizations to name table translation code | Allan Stephens | 2 | -5/+3 |
2010-09-03 | net: remove two kmemcheck annotations | Eric Dumazet | 1 | -2/+0 |
2010-09-03 | ipv6: add special mode forwarding=2 to send RS while configured as router | Thomas Graf | 1 | -1/+2 |
2010-09-03 | ipv6: add special mode accept_ra=2 to accept RA while configured as router | Thomas Graf | 1 | -4/+14 |
2010-09-02 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 24 | -300/+562 |
2010-09-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 24 | -300/+562 |
2010-09-02 | net: arp: code cleanup | Changli Gao | 1 | -103/+123 |
2010-09-02 | net: dev_add_pack() & __dev_remove_pack() changes | Eric Dumazet | 1 | -17/+15 |
2010-09-02 | ipvs: use pkts for SCTP too | Julian Anastasov | 1 | -3/+3 |
2010-09-02 | net: another last_rx round | Eric Dumazet | 1 | -1/+0 |
2010-09-02 | tcp: update also tcp_output with regard to RFC 5681 | Gerrit Renker | 1 | -9/+3 |
2010-09-02 | net: make rx_queue sysfs_ops const | stephen hemminger | 1 | -1/+1 |
2010-09-02 | mac80211: only cancel software-based scans on suspend | John W. Linville | 2 | -1/+8 |
2010-09-01 | net: skbuff.c cleanup | Eric Dumazet | 1 | -32/+15 |
2010-09-01 | skge: add GRO support | Eric Dumazet | 1 | -1/+2 |
2010-09-01 | net: tunnels should use rcu_dereference | Eric Dumazet | 2 | -7/+17 |
2010-09-01 | gro: unexport tcp4_gro_receive and tcp4_gro_complete | Eric Dumazet | 1 | -2/+0 |
2010-09-01 | pktgen: remove non used variable | Eric Dumazet | 1 | -2/+0 |
2010-09-01 | vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receive | Jiri Pirko | 1 | -1/+1 |
2010-09-01 | Phonet: do not set POLLOUT in case of send buffer overflow | Rémi Denis-Courmont | 1 | -1/+3 |
2010-09-01 | Phonet: correct sendmsg() error code from sock_alloc_send_skb() | Rémi Denis-Courmont | 1 | -1/+1 |
2010-09-01 | Phonet: restore flow control credits when sending fails | Rémi Denis-Courmont | 1 | -1/+5 |
2010-08-31 | mac80211: cancel scan in ieee80211_restart_hw if software scan pending | John W. Linville | 1 | -1/+7 |
2010-08-31 | net/wireless: Remove double test | Julia Lawall | 1 | -1/+1 |
2010-08-31 | mac80211: Do not generate CQM events based on first Beacon frames | Jouni Malinen | 2 | -0/+16 |
2010-08-31 | mac80211: Fix signal strength average initialization for CQM events | Jouni Malinen | 1 | -1/+1 |
2010-08-31 | ipv6: struct xfrm6_tunnel in read_mostly section | Eric Dumazet | 3 | -6/+6 |
2010-08-31 | net: struct xfrm_tunnel in read_mostly section | Eric Dumazet | 4 | -6/+6 |
2010-08-31 | dccp ccid-3: use per-route RTO or TCP RTO as fallback | Gerrit Renker | 3 | -38/+6 |
2010-08-31 | dccp ccid-2: Share TCP's minimum RTO code | Gerrit Renker | 1 | -2/+3 |
2010-08-31 | tcp/dccp: Consolidate common code for RFC 3390 conversion | Gerrit Renker | 2 | -21/+4 |
2010-08-31 | dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer() | Gerrit Renker | 1 | -25/+3 |
2010-08-31 | dccp ccid-2: Use u32 timestamps uniformly | Gerrit Renker | 2 | -13/+16 |
2010-08-31 | tcp: Add TCP_USER_TIMEOUT socket option. | Jerry Chu | 2 | -16/+35 |
2010-08-30 | IPVS: include net/ip6_checksum.h for csum_ipv6_magic | Stephen Rothwell | 1 | -0/+1 |
2010-08-29 | phonet: use for_each_set_bit | Akinobu Mita | 1 | -2/+1 |
2010-08-29 | econet: kill unnecessary spin_lock_init() | Akinobu Mita | 1 | -2/+0 |