summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-041-1/+1
* ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras2012-03-043-173/+121
* ppp: Change copyright notices from ANU to mePaul Mackerras2012-03-042-68/+8
* mdio.h: Include linux/types.hDavid S. Miller2012-03-031-0/+1
* Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-nextDavid S. Miller2012-03-031-2/+6
|\
| * dccp: fix bug in sequence number validation during connection setupSamuel Jero2012-03-031-2/+6
* | net: dcb: getnumtcs()/setnumtcs() should return an intJohn Fastabend2012-03-021-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-012-3/+5
|\
| * tcp: fix comment for tp->highest_sackNeal Cardwell2012-02-282-3/+5
* | ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmdBen Hutchings2012-03-011-2/+21
* | mdio: Export mdio.h to userlandBen Hutchings2012-03-012-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-2616-17/+91
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-269-13/+29
| |\
| | * Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-02-241-1/+1
| | |\
| | | * netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2012-02-241-1/+1
| | * | ipsec: be careful of non existing mac headersEric Dumazet2012-02-231-0/+10
| | |/
| | * Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2012-02-231-2/+2
| | |\
| | | * netfilter: ebtables: fix alignment problem in ppcJoerg Willmann2012-02-211-2/+2
| | * | rtnetlink: Fix problem with buffer allocationGreg Rose2012-02-213-1/+5
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-203-9/+11
| | |\ \
| * | | | Fix autofs compile without CONFIG_COMPATLinus Torvalds2012-02-261-0/+4
| * | | | epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-242-1/+6
| * | | | Merge tag 'usb-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-02-221-8/+2
| |\ \ \ \
| | * | | | USB: Remove duplicate USB 3.0 hub feature #defines.Sarah Sharp2012-02-101-8/+2
| * | | | | Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-02-221-1/+1
| |\ \ \ \ \
| | * | | | | NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2012-02-031-1/+1
| * | | | | | sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds2012-02-211-1/+1
| * | | | | | asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake2012-02-212-0/+56
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-02-201-0/+1
| |\ \ \ \ \ \
| | * | | | | | vfs: Provide function to get superblock and wait for it to thawJan Kara2012-02-131-0/+1
| * | | | | | | digsig: changed type of the timestampDmitry Kasatkin2012-02-201-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | mlx4_en: dont change mac_header on xmitEric Dumazet2012-02-261-1/+4
* | | | | | | netfilter: ctnetlink: support kernel-space dump filtering by ctmarkPablo Neira Ayuso2012-02-261-0/+1
* | | | | | | netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso2012-02-261-0/+2
* | | | | | | netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-3/+7
* | | | | | | xfrm: remove unneeded method typedef declaration in net/xfrm.h.Rami Rosen2012-02-251-5/+0
* | | | | | | net: Support RX-ALL feature flag.Ben Greear2012-02-241-0/+2
* | | | | | | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-245-2/+20
* | | | | | | net: Support RXFCS feature flag.Ben Greear2012-02-241-0/+2
* | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-02-219-38/+245
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-219-38/+245
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-15143-1260/+3809
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | * | | | | | Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-151-2/+2
| | | * | | | | | Bluetooth: Fix potential deadlockAndre Guedes2012-02-151-2/+2
| | | * | | | | | Bluetooth: silence lockdep warningOctavian Purdila2012-02-151-0/+2
| | | * | | | | | Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes2012-02-151-1/+1
| | | * | | | | | Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-151-3/+3
| | | * | | | | | Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-151-1/+1
| | * | | | | | | mac80211: support hw scan while idleEliad Peller2012-02-061-0/+5
| | * | | | | | | cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli2012-02-061-0/+5