| Commit message (Expand) | Author | Age | Files | Lines |
* | ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> | Paul Mackerras | 2012-03-05 | 1 | -1/+1 |
* | ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.h | Paul Mackerras | 2012-03-05 | 3 | -173/+121 |
* | ppp: Change copyright notices from ANU to me | Paul Mackerras | 2012-03-05 | 2 | -68/+8 |
* | mdio.h: Include linux/types.h | David S. Miller | 2012-03-03 | 1 | -0/+1 |
* | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next | David S. Miller | 2012-03-03 | 1 | -2/+6 |
|\ |
|
| * | dccp: fix bug in sequence number validation during connection setup | Samuel Jero | 2012-03-03 | 1 | -2/+6 |
* | | net: dcb: getnumtcs()/setnumtcs() should return an int | John Fastabend | 2012-03-03 | 1 | -2/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-01 | 2 | -3/+5 |
|\ |
|
| * | tcp: fix comment for tp->highest_sack | Neal Cardwell | 2012-02-28 | 2 | -3/+5 |
* | | ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmd | Ben Hutchings | 2012-03-01 | 1 | -2/+21 |
* | | mdio: Export mdio.h to userland | Ben Hutchings | 2012-03-01 | 2 | -5/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-27 | 16 | -17/+91 |
|\| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-02-26 | 9 | -13/+29 |
| |\ |
|
| | * | Merge branch 'master' of git://1984.lsi.us.es/net | David S. Miller | 2012-02-24 | 1 | -1/+1 |
| | |\ |
|
| | | * | netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2) | Jozsef Kadlecsik | 2012-02-24 | 1 | -1/+1 |
| | * | | ipsec: be careful of non existing mac headers | Eric Dumazet | 2012-02-23 | 1 | -0/+10 |
| | |/ |
|
| | * | Merge branch 'nf' of git://1984.lsi.us.es/net | David S. Miller | 2012-02-23 | 1 | -2/+2 |
| | |\ |
|
| | | * | netfilter: ebtables: fix alignment problem in ppc | Joerg Willmann | 2012-02-21 | 1 | -2/+2 |
| | * | | rtnetlink: Fix problem with buffer allocation | Greg Rose | 2012-02-21 | 3 | -1/+5 |
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-02-20 | 3 | -9/+11 |
| | |\ \ |
|
| * | | | | Fix autofs compile without CONFIG_COMPAT | Linus Torvalds | 2012-02-26 | 1 | -0/+4 |
| * | | | | epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() | Oleg Nesterov | 2012-02-24 | 2 | -1/+6 |
| * | | | | Merge tag 'usb-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-02-22 | 1 | -8/+2 |
| |\ \ \ \ |
|
| | * | | | | USB: Remove duplicate USB 3.0 hub feature #defines. | Sarah Sharp | 2012-02-10 | 1 | -8/+2 |
| * | | | | | Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-02-22 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | NFSv4: Fix an Oops in the NFSv4 getacl code | Trond Myklebust | 2012-02-04 | 1 | -1/+1 |
| * | | | | | | sys_poll: fix incorrect type for 'timeout' parameter | Linus Torvalds | 2012-02-22 | 1 | -1/+1 |
| * | | | | | | asm-generic: architecture independent readq/writeq for 32bit environment | Hitoshi Mitake | 2012-02-22 | 2 | -0/+56 |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-02-21 | 1 | -0/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | vfs: Provide function to get superblock and wait for it to thaw | Jan Kara | 2012-02-14 | 1 | -0/+1 |
| * | | | | | | | digsig: changed type of the timestamp | Dmitry Kasatkin | 2012-02-20 | 1 | -2/+2 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | mlx4_en: dont change mac_header on xmit | Eric Dumazet | 2012-02-26 | 1 | -1/+4 |
* | | | | | | | netfilter: ctnetlink: support kernel-space dump filtering by ctmark | Pablo Neira Ayuso | 2012-02-26 | 1 | -0/+1 |
* | | | | | | | netlink: allow to pass data pointer to netlink_dump_start() callback | Pablo Neira Ayuso | 2012-02-26 | 1 | -0/+2 |
* | | | | | | | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 2012-02-26 | 1 | -3/+7 |
* | | | | | | | xfrm: remove unneeded method typedef declaration in net/xfrm.h. | Rami Rosen | 2012-02-26 | 1 | -5/+0 |
* | | | | | | | net: Support RX-ALL feature flag. | Ben Greear | 2012-02-24 | 1 | -0/+2 |
* | | | | | | | net: Add framework to allow sending packets with customized CRC. | Ben Greear | 2012-02-24 | 5 | -2/+20 |
* | | | | | | | net: Support RXFCS feature flag. | Ben Greear | 2012-02-24 | 1 | -0/+2 |
* | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2012-02-21 | 9 | -38/+245 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-02-21 | 9 | -38/+245 |
| |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-02-15 | 143 | -1260/+3809 |
| | |\ \ \ \ \ \ \
| | | | |_|_|_|/ /
| | | |/| | | | | |
|
| | | * | | | | | | Bluetooth: Remove usage of __cancel_delayed_work() | Ulisses Furquim | 2012-02-15 | 1 | -2/+2 |
| | | * | | | | | | Bluetooth: Fix potential deadlock | Andre Guedes | 2012-02-15 | 1 | -2/+2 |
| | | * | | | | | | Bluetooth: silence lockdep warning | Octavian Purdila | 2012-02-15 | 1 | -0/+2 |
| | | * | | | | | | Bluetooth: Fix using an absolute timeout on hci_conn_put() | Vinicius Costa Gomes | 2012-02-15 | 1 | -1/+1 |
| | | * | | | | | | Bluetooth: l2cap_set_timer needs jiffies as timeout value | Andrzej Kaczmarek | 2012-02-15 | 1 | -3/+3 |
| | | * | | | | | | Bluetooth: Remove bogus inline declaration from l2cap_chan_connect | Johan Hedberg | 2012-02-15 | 1 | -1/+1 |
| | * | | | | | | | mac80211: support hw scan while idle | Eliad Peller | 2012-02-06 | 1 | -0/+5 |
| | * | | | | | | | cfg80211/mac80211: userspace peer authorization in IBSS | Antonio Quartulli | 2012-02-06 | 1 | -0/+5 |