| Commit message (Expand) | Author | Files | Lines |
2011-12-01 | bonding: only use primary address for ARP | Henrik Saavedra Persson | 1 | -27/+6 |
2011-11-30 | ipv4: fix lockdep splat in rt_cache_seq_show | Eric Dumazet | 1 | -2/+6 |
2011-11-30 | sch_teql: fix lockdep splat | Eric Dumazet | 1 | -11/+20 |
2011-11-30 | net: fec: Select the FEC driver by default for i.MX SoCs | Fabio Estevam | 1 | -0/+1 |
2011-11-30 | isdn: avoid copying too long drvid | Dan Carpenter | 1 | -0/+3 |
2011-11-30 | isdn: make sure strings are null terminated | Dan Carpenter | 1 | -0/+6 |
2011-11-29 | netlabel: Fix build problems when IPv6 is not enabled | Paul Moore | 1 | -8/+14 |
2011-11-29 | sctp: better integer overflow check in sctp_auth_create_key() | Xi Wang | 1 | -1/+1 |
2011-11-29 | ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given. | Li Wei | 1 | -1/+1 |
2011-11-29 | net: Fix corruption in /proc/*/net/dev_mcast | Anton Blanchard | 3 | -2/+9 |
2011-11-28 | mac80211: fix race between the AGG SM and the Tx data path | Emmanuel Grumbach | 1 | -0/+14 |
2011-11-28 | mac80211: fix race condition caused by late addBA response | Nikolay Martynov | 1 | -1/+17 |
2011-11-28 | ath9k: Revert change that broke AR928X on Acer Ferrari One | Rafael J. Wysocki | 1 | -1/+2 |
2011-11-28 | rtlwifi: fix lps_lock deadlock | Stanislaw Gruszka | 1 | -8/+9 |
2011-11-28 | mac80211: don't stop a single aggregation session twice | Johannes Berg | 1 | -2/+8 |
2011-11-28 | nl80211: fix MAC address validation | Eliad Peller | 1 | -2/+2 |
2011-11-28 | jme: PHY configuration for compatible issue | Aries Lee | 2 | -3/+129 |
2011-11-27 | inet: add a redirect generation id in inetpeer | Eric Dumazet | 2 | -1/+10 |
2011-11-26 | AF_UNIX: Fix poll blocking problem when reading from a stream socket | Alexey Moiseytsev | 1 | -0/+4 |
2011-11-26 | dm9000: Fix check for disabled wake on LAN | Mark Brown | 1 | -1/+1 |
2011-11-26 | l2tp: ensure sk->dst is still valid | Florian Westphal | 1 | -1/+1 |
2011-11-26 | decnet: proper socket refcounting | Eric Dumazet | 1 | -12/+5 |
2011-11-26 | net: Revert ARCNET and PHYLIB to tristate options | Ben Hutchings | 2 | -2/+2 |
2011-11-26 | ipv4: Don't use the cached pmtu informations for input routes | Steffen Klassert | 1 | -2/+2 |
2011-11-26 | route: struct rtable can be const in rt_is_input_route and rt_is_output_route | Steffen Klassert | 1 | -2/+2 |
2011-11-26 | net: Move mtu handling down to the protocol depended handlers | Steffen Klassert | 5 | -12/+25 |
2011-11-26 | net: Rename the dst_opt default_mtu method to mtu | Steffen Klassert | 6 | -18/+18 |
2011-11-26 | route: Use the device mtu as the default for blackhole routes | Steffen Klassert | 2 | -2/+2 |
2011-11-25 | netns: fix proxy ARP entries listing on a netns | Jorge Boncompte [DTI2] | 1 | -1/+4 |
2011-11-25 | net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add() | Dan Carpenter | 1 | -2/+2 |
2011-11-24 | ipv4: Save nexthop address of LSRR/SSRR option to IPCB. | Li Wei | 3 | -3/+6 |
2011-11-24 | ehea: Use round_jiffies_relative to align workqueue | Anton Blanchard | 1 | -2/+4 |
2011-11-24 | ehea: Reduce memory usage in buffer pools | Anton Blanchard | 1 | -2/+2 |
2011-11-24 | qlge: fix size of external list for TX address descriptors | Thadeu Lima de Souza Cascardo | 1 | -5/+3 |
2011-11-24 | bnx2x: Fix 5461x LED | Yaniv Rosner | 2 | -1/+39 |
2011-11-23 | ipv4 : igmp : fix error handle in ip_mc_add_src() | Jun Zhao | 1 | -1/+2 |
2011-11-23 | ipv6: tcp: fix tcp_v6_conn_request() | Eric Dumazet | 1 | -6/+7 |
2011-11-23 | b44: Use dev_kfree_skb_irq() in b44_tx() | Xander Hover | 1 | -1/+1 |
2011-11-23 | netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED. | David S. Miller | 3 | -3/+0 |
2011-11-23 | ipv6: tcp: fix panic in SYN processing | Eric Dumazet | 1 | -1/+1 |
2011-11-23 | ipv6: fix a bug in ndisc_send_redirect | Li Wei | 1 | -1/+1 |
2011-11-22 | Revert "rt2800pci: handle spurious interrupts" | John W. Linville | 1 | -6/+1 |
2011-11-22 | tc: comment spelling fixes | stephen hemminger | 1 | -3/+3 |
2011-11-22 | Revert "rt2x00: handle spurious pci interrupts" | John W. Linville | 3 | -3/+3 |
2011-11-22 | net: correct comments of skb_shift | Feng King | 1 | -1/+1 |
2011-11-22 | net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 sockets | Maciej Żenczykowski | 1 | -5/+9 |
2011-11-22 | netfilter: nf_conntrack: make event callback registration per-netns | Pablo Neira Ayuso | 4 | -49/+82 |
2011-11-21 | caif: fix endian conversion in cffrml_transmit() | Dan Carpenter | 1 | -5/+6 |
2011-11-21 | dccp: fix error propagation in dccp_v4_connect | RongQing.Li | 1 | -0/+1 |
2011-11-21 | net, sja1000: Don't include version.h in peak_pci.c when not needed | Jesper Juhl | 1 | -1/+0 |