summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* af_packet: Prefixed tpacket_v3 structs to avoid name space collisionchetan loke2011-08-261-9/+9
* headers, can: Add missing #include to <linux/can/bcm.h>Ben Hutchings2011-08-261-0/+1
* headers, xtables: Add missing #include <linux/netfilter.h>Ben Hutchings2011-08-263-0/+3
* headers, netfilter: Add missing #include <limits.h> for userlandBen Hutchings2011-08-263-0/+9
* headers, tipc: Add missing #include to <linux/tipc_config.h> for userlandBen Hutchings2011-08-261-0/+4
* headers, netfilter: Use kernel type names __u8, __u16, __u32Ben Hutchings2011-08-263-28/+28
* headers, net: Use __kernel_sa_family_t in more definitions shared with userlandBen Hutchings2011-08-2615-33/+37
* headers, pppol2tp: Use __kernel_pid_t in <linux/pppol2tp.h>Ben Hutchings2011-08-261-1/+1
* headers, ax25: Add missing #include to <linux/netrom.h>, <linux/rose.h>Ben Hutchings2011-08-262-0/+4
* headers, pppox: Add missing #include to <linux/if_pppox.h>Ben Hutchings2011-08-261-1/+1
* Scm: Remove unnecessary pid & credential references in Unix socket's send and...Tim Chen2011-08-251-3/+19
* sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda2011-08-251-0/+1
* Proportional Rate Reduction for TCP.Nandita Dukkipati2011-08-251-0/+4
* af-packet: Added TPACKET_V3 headers.chetan loke2011-08-251-0/+119
* net: convert core to skb paged frag APIsIan Campbell2011-08-251-2/+2
* net: add APIs for manipulating skb page fragments.Ian Campbell2011-08-231-2/+168
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-2210-167/+425
|\
| * nl80211/cfg80211: Add extra IE configuration to AP mode setupJouni Malinen2011-08-122-1/+29
| * nl80211/cfg80211: Add crypto settings into NEW_BEACONJouni Malinen2011-08-122-40/+51
| * nl80211/cfg80211: Allow SSID to be specified in new beacon commandJouni Malinen2011-08-122-0/+31
| * cfg80211/mac80211: move information element parsing logic to cfg80211Yogesh Ashok Powar2011-08-121-0/+63
| * nl80211/cfg80211: Make addition of new sinfo fields saferJouni Malinen2011-08-111-0/+5
| * cfg80211: fix a crash in nl80211_send_stationFelix Fietkau2011-08-111-1/+3
| * cfg80211/nl80211: Send AssocReq IEs to user space in AP modeJouni Malinen2011-08-101-0/+8
| * lib80211: remove exports for functions not called by other modulesPavel Roskin2011-08-091-3/+0Star
| * ssb: define boardflagsRafał Miłecki2011-08-091-0/+40
| * pcmcia: add PCMCIA_DEVICE_MANF_CARD_PROD_ID3Pavel Roskin2011-08-081-0/+9
| * mac80211: remove offchannel_tx APIJohannes Berg2011-08-081-10/+0Star
| * bcma: get CPU clockHauke Mehrtens2011-08-082-0/+41
| * bcma: add serial console supportHauke Mehrtens2011-08-081-0/+14
| * bcma: add mips driverHauke Mehrtens2011-08-083-0/+65
| * bcma: add SOC busHauke Mehrtens2011-08-082-1/+20
| * bcma: add functions to scan cores needed on SoCsHauke Mehrtens2011-08-082-0/+2
| * cfg80211: remove unused wext handler exportsJohannes Berg2011-08-081-69/+0Star
| * mac80211: remove linux/wireless.h inclusionJohannes Berg2011-08-081-1/+0Star
| * cfg80211: split wext compatibility to separate headerJohannes Berg2011-08-082-112/+124
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-205-19/+35
|\ \
| * \ Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-131-0/+7
| |\ \
| | * | dt: add empty of_get_property for non-dtStephen Warren2011-08-091-0/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-08-123-4/+6
| |\ \ \
| * | | | move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov2011-08-111-0/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-08-091-14/+14
| |\ \ \ \
| | * | | | ASoC: Rename WM8915 to WM8996Mark Brown2011-08-081-14/+14
| | | |/ / | | |/| |
| * | | | mm: Fix fixup_user_fault() for MMU=nPeter Zijlstra2011-08-081-2/+10
| * | | | cred: use 'const' in get_current_{user,groups}Linus Torvalds2011-08-081-2/+2
| * | | | CRED: Restore const to current_cred()David Howells2011-08-081-1/+1
| |/ / /
* | | | net: add the comment for skb->l4_rxhashChangli Gao2011-08-191-0/+2
* | | | net: remove ndo_set_multicast_list callbackJiri Pirko2011-08-181-4/+0Star
* | | | net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-182-0/+3
* | | | rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2011-08-183-6/+23