summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netpoll: provide an IP ident in UDP framesEric Dumazet2012-08-301-1/+2
* net: dev: fix the incorrect hold of net namespace's lo deviceGao feng2012-08-301-0/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-2436-117/+260
|\
| * ipv6: move dereference after check in fl_free()Dan Carpenter2012-08-161-5/+2
| * userns: xt_owner: Add basic user namespace support.Eric W. Biederman2012-08-141-6/+24
| * userns xt_recent: Specify the owner/group of ip_list_perms in the initial use...Eric W. Biederman2012-08-141-2/+11
| * userns: Convert xt_LOG to print socket kuids and kgids as uids and gidsEric W. Biederman2012-08-141-6/+10
| * userns: Convert cls_flow to work with user namespaces enabledEric W. Biederman2012-08-141-4/+12
| * net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman2012-08-149-9/+17
| * userns: nfnetlink_log: Report socket uids in the log sockets user namespaceEric W. Biederman2012-08-141-4/+10
| * userns: Teach inet_diag to work with user namespacesEric W. Biederman2012-08-142-7/+19
| * netlink: Make the sending netlink socket availabe in NETLINK_CBEric W. Biederman2012-08-141-2/+4
| * userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman2012-08-141-7/+14
| * net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman2012-08-141-7/+43
| * userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman2012-08-142-27/+33
| * userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-1414-20/+34
| * userns: Convert sock_i_uid to return a kuid_tEric W. Biederman2012-08-141-3/+3
| * userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman2012-08-141-3/+4
| * userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman2012-08-142-10/+25
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-2429-437/+871
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-2429-437/+871
| |\ \
| | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-232-1/+15
| | |\ \
| | | * | mac80211: Fix AP mode regressionSujith Manoharan2012-08-221-1/+1
| | | * | Revert "rfkill: remove dead code"AceLan Kao2012-08-211-0/+14
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-2128-438/+858
| | |\| |
| | | * | mac80211: clean up ieee80211_subif_start_xmitJohannes Berg2012-08-201-17/+6
| | | * | mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg2012-08-204-7/+11
| | | * | mac80211: convert ops checks to WARN_ONJohannes Berg2012-08-201-7/+5
| | | * | mac80211: check operating channel in scanJohannes Berg2012-08-201-5/+4
| | | * | mac80211: use RX status band instead of current bandJohannes Berg2012-08-201-1/+1
| | | * | mac80211: don't assume channel is set in tracingJohannes Berg2012-08-201-3/+6
| | | * | mac80211: use oper_channel in rate initJohannes Berg2012-08-201-1/+1
| | | * | mac80211: remove freq/chantype from debugfsJohannes Berg2012-08-201-32/+0
| | | * | mac80211: remove almost unused local variableJohannes Berg2012-08-201-5/+2
| | | * | mac80211: mesh: don't use global channel typeJohannes Berg2012-08-202-8/+10
| | | * | mac80211: simplify buffers in aes_128_cmac_vectorJohannes Berg2012-08-201-5/+1
| | | * | mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg2012-08-201-1/+14
| | | * | mac80211: support P2P Device abstractionJohannes Berg2012-08-2010-96/+226
| | | * | cfg80211: add P2P Device abstractionJohannes Berg2012-08-207-14/+201
| | | * | mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg2012-08-202-2/+1
| | | * | mac80211: check size of channel switch IE when parsingJohannes Berg2012-08-203-11/+9
| | | * | mac80211: fix CSA handling timerJohannes Berg2012-08-201-3/+2
| | | * | mac80211: clean up CSA handling codeJohannes Berg2012-08-201-18/+16
| | | * | mac80211: remove unneeded 'bssid' variableJohannes Berg2012-08-201-4/+2
| | | * | mac80211: support A-MPDU status reportingJohannes Berg2012-08-201-1/+41
| | | * | wireless: add radiotap A-MPDU status fieldJohannes Berg2012-08-201-0/+2
| | | * | mac80211: add supported rates change notification in IBSSAntonio Quartulli2012-08-202-1/+7
| | | * | mac80211: clean up mpath_move_to_queue()Thomas Pedersen2012-08-203-18/+21
| | | * | mac80211: use skb_queue_walk() in mesh_path_assign_nexthopThomas Pedersen2012-08-201-7/+1
| | | * | mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira2012-08-204-14/+21