Age | Commit message (Expand) | Author | Files | Lines |
2011-03-12 | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 47 | -311/+325 |
2011-03-12 | xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok(). | David S. Miller | 1 | -19/+3 |
2011-03-12 | ipv4: Create and use route lookup helpers. | David S. Miller | 14 | -218/+118 |
2011-03-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 15 | -338/+647 |
2011-03-10 | ipv4: Kill flowi arg to fib_select_multipath() | David S. Miller | 2 | -3/+3 |
2011-03-10 | ipv4: Remove unnecessary test from ip_mkroute_input() | David S. Miller | 1 | -1/+1 |
2011-03-10 | ipv4: Remove redundant RCU locking in ip_check_mc(). | David S. Miller | 2 | -7/+6 |
2011-03-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 15 | -43/+115 |
2011-03-10 | ip6ip6: autoload ip6 tunnel | stephen hemminger | 1 | -0/+1 |
2011-03-10 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 6 | -27/+80 |
2011-03-10 | net: bridge builtin vs. ipv6 modular | Randy Dunlap | 1 | -0/+1 |
2011-03-10 | tcp: mark tcp_congestion_ops read_mostly | Stephen Hemminger | 12 | -12/+12 |
2011-03-09 | ipv4: Optimize flow initialization in fib_validate_source(). | David S. Miller | 1 | -7/+9 |
2011-03-09 | ipv4: Optimize flow initialization in input route lookup. | David S. Miller | 1 | -6/+8 |
2011-03-09 | ipv6: Don't create clones of host routes. | David S. Miller | 1 | -1/+3 |
2011-03-10 | net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules | Vasiliy Kulikov | 4 | -5/+13 |
2011-03-09 | pktgen: fix errata in show results | Daniel Turull | 1 | -1/+1 |
2011-03-09 | tcp: ioctl type SIOCOUTQNSD returns amount of data not sent | Mario Schuknecht | 1 | -0/+9 |
2011-03-09 | ipv4: Lookup multicast routes by rtable using helper. | David S. Miller | 1 | -42/+28 |
2011-03-09 | ipv4: Fix erroneous uses of ifa_address. | David S. Miller | 1 | -3/+3 |
2011-03-09 | mac80211: update minstrel_ht sample rate when probe is set | Daniel Halperin | 1 | -10/+5 |
2011-03-09 | net/wireless: add COUNTRY to to regulatory device uevent | Scott James Remnant | 2 | -11/+29 |
2011-03-09 | Phonet: kill the ST-Ericsson pipe controller Kconfig | Rémi Denis-Courmont | 2 | -37/+0 |
2011-03-09 | Phonet: support active connection without pipe controller on modem | Rémi Denis-Courmont | 2 | -133/+141 |
2011-03-09 | Phonet: provide pipe socket option to retrieve the pipe identifier | Rémi Denis-Courmont | 1 | -8/+7 |
2011-03-09 | Phonet: allocate sock from accept syscall rather than soft IRQ | Rémi Denis-Courmont | 2 | -173/+121 |
2011-03-09 | Phonet: factor common code to send control messages | Rémi Denis-Courmont | 1 | -152/+73 |
2011-03-09 | Phonet: correct pipe backlog callback return values | Rémi Denis-Courmont | 1 | -14/+11 |
2011-03-09 | Phonet: return an error when packet TX fails | Rémi Denis-Courmont | 1 | -5/+3 |
2011-03-09 | Phonet: fix NULL dereference on TX path with implicit source | Rémi Denis-Courmont | 1 | -3/+2 |
2011-03-08 | inetpeer: Don't disable BH for initial fast RCU lookup. | David S. Miller | 1 | -9/+9 |
2011-03-08 | dsa/mv88e6060: support nonzero mii base address | Peter Korsgaard | 1 | -3/+4 |
2011-03-08 | rds: prevent BUG_ON triggering on congestion map updates | Neil Horman | 2 | -4/+12 |
2011-03-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher... | David S. Miller | 1 | -0/+14 |
2011-03-08 | ipv4: Fix scope value used in route src-address caching. | David S. Miller | 1 | -2/+3 |
2011-03-07 | ipv4: Cache source address in nexthop entries. | David S. Miller | 2 | -7/+26 |
2011-03-07 | vlan: add support to ndo_fcoe_ddp_target() | Yi Zou | 1 | -0/+14 |
2011-03-07 | af_unix: remove unused struct sockaddr_un cruft | Hagen Paul Pfeifer | 1 | -2/+0 |
2011-03-07 | sctp: several declared/set but unused fixes | Hagen Paul Pfeifer | 6 | -18/+1 |
2011-03-07 | af_packet: struct socket declared/assigned but unused | Hagen Paul Pfeifer | 1 | -3/+0 |
2011-03-07 | mcast: net_device dev not used | Hagen Paul Pfeifer | 1 | -6/+0 |
2011-03-07 | net: allow handlers to be processed for orig_dev | Jiri Pirko | 1 | -1/+2 |
2011-03-07 | net: fix multithreaded signal handling in unix recv routines | Rainer Weikusat | 1 | -4/+13 |
2011-03-07 | ipv4: Inline fib_semantic_match into check_leaf | David S. Miller | 3 | -75/+51 |
2011-03-07 | ipv4: Validate route entry type at insert instead of every lookup. | David S. Miller | 1 | -26/+28 |
2011-03-07 | net: Enter net/ipv6/ even if CONFIG_IPV6=n | Thomas Graf | 1 | -3/+1 |
2011-03-07 | mac80211: fix scan race, simplify code | Johannes Berg | 1 | -40/+24 |
2011-03-07 | mac80211: Add log message to ieee80211_restart_hw() | Michael Buesch | 1 | -0/+3 |
2011-03-07 | mac80211: remove unused macros | Shan Wei | 3 | -5/+0 |
2011-03-07 | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge | David S. Miller | 24 | -1232/+1634 |