summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla2012-08-311-1/+0
* tcp: Increase timeout for SYN segmentsAlex Bergmann2012-08-311-4/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-317-5/+22
|\
| * Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-08-311-0/+1
| |\
| | * netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-08-311-0/+1
| * | bnx2x: fix 57840_MF pci idYuval Mintz2012-08-301-1/+1
| * | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-08-221-2/+0
| |\ \
| | * | drm: Remove two unused fields from struct drm_display_modeDamien Lespiau2012-08-221-2/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2012-08-221-2/+0
| |\ \ \
| | * | | target: Remove unused se_cmd.cmd_spdtlRoland Dreier2012-08-211-2/+0
| | |/ /
| * | | Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-08-222-0/+2
| |\ \ \
| | * | | NFS41: add pg_layout_private to nfs_pageio_descriptorPeng Tao2012-08-022-0/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-221-0/+18
| |\ \ \ \
| | * | | | introduce kref_put_mutex()Al Viro2012-08-221-0/+18
* | | | | | of/mdio: Add dummy functions in of_mdio.h.Srinivas Kandagatla2012-08-301-0/+33
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-249-7/+38
|\ \ \ \ \ \
| * | | | | | net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman2012-08-141-1/+2
| * | | | | | userns: Teach inet_diag to work with user namespacesEric W. Biederman2012-08-141-0/+1
| * | | | | | userns: Implement sk_user_nsEric W. Biederman2012-08-141-0/+9
| * | | | | | netlink: Make the sending netlink socket availabe in NETLINK_CBEric W. Biederman2012-08-141-0/+1
| * | | | | | userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman2012-08-141-2/+2
| * | | | | | net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman2012-08-141-1/+4
| * | | | | | userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman2012-08-141-1/+2
| * | | | | | userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-141-1/+2
| * | | | | | userns: Make seq_file's user namespace accessibleEric W. Biederman2012-08-141-0/+14
| * | | | | | userns: Convert sock_i_uid to return a kuid_tEric W. Biederman2012-08-141-1/+1
* | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-247-25/+202
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-247-25/+202
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-231-0/+31
| | |\ \ \ \ \ \ \
| | | * | | | | | | Revert "rfkill: remove dead code"AceLan Kao2012-08-211-0/+31
| | * | | | | | | | bcma: detect and register NAND flash deviceRafał Miłecki2012-08-211-0/+13
| | * | | | | | | | bcma: detect and register serial flash deviceRafał Miłecki2012-08-212-0/+15
| | * | | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-214-25/+143
| | |\| | | | | | |
| | | * | | | | | | mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg2012-08-201-0/+5
| | | * | | | | | | cfg80211: add P2P Device abstractionJohannes Berg2012-08-202-6/+64
| | | * | | | | | | mac80211: support A-MPDU status reportingJohannes Berg2012-08-201-14/+39
| | | * | | | | | | wireless: add radiotap A-MPDU status fieldJohannes Berg2012-08-201-0/+11
| | | * | | | | | | mac80211: add supported rates change notification in IBSSAntonio Quartulli2012-08-201-0/+4
| | | * | | | | | | mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-5/+15
| | | * | | | | | | mac80211: add PS flag to bss_confEliad Peller2012-07-311-0/+5
* | | | | | | | | | vlan: add helper which can be called to see if device is used by vlanJiri Pirko2012-08-241-2/+7
* | | | | | | | | | net: Set device operstate at registration timeBen Hutchings2012-08-241-0/+1
|/ / / / / / / / /
* | | | | | | | | packet: fix broken build.Rami Rosen2012-08-231-1/+1
* | | | | | | | | packet: Protect packet sk list with mutex (v2)Pavel Emelyanov2012-08-221-1/+1
* | | | | | | | | mdio: translation of MMD EEE registers to/from ethtool settingsAllan, Bruce W2012-08-221-0/+83
* | | | | | | | | net: remove delay at device dismantleEric Dumazet2012-08-221-1/+1
* | | | | | | | | Merge git://1984.lsi.us.es/nf-nextDavid S. Miller2012-08-221-3/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov2012-08-101-0/+11
| * | | | | | | | | ipvs: generalize app registration in netnsJulian Anastasov2012-08-101-3/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-08-221-6/+11
|\ \ \ \ \ \ \ \ \