aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller4-14/+63
2010-06-30ethtool: Add support for control of RX flow hash indirectionBen Hutchings1-0/+15
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-1/+1
2010-06-30fragment: add fast path for in-order fragmentsChangli Gao1-0/+1
2010-06-30snmp: 64bit ipstats_mib for all archesEric Dumazet3-16/+91
2010-06-30net/neighbour.h: fix typoKulikov Vasiliy1-1/+1
2010-06-30eeprom_93cx6: Add support for 93c86 EEPROMs.Gertjan van Wingerde1-0/+1
2010-06-29caif-driver: Add CAIF-SPI Protocol driver.Sjur Braendeland1-0/+153
2010-06-28act_mirred: don't clone skb when skb isn't sharedChangli Gao1-2/+9
2010-06-28macvlan: 64 bit rx countersEric Dumazet1-7/+12
2010-06-28net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh()Eric Dumazet1-15/+44
2010-06-28net: u64_stats_sync improvementsEric Dumazet1-1/+5
2010-06-26syncookies: add support for ECNFlorian Westphal1-1/+1
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet1-1/+1
2010-06-25net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer1-0/+48
2010-06-24broadcom: Add 5241 supportDmitry Baryshkov1-0/+1
2010-06-24broadcom: move all PHY_ID's to headerDmitry Baryshkov1-0/+6
2010-06-24nl80211: Add option to adjust transmit powerJuuso Oikarinen1-0/+9
2010-06-24cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen2-14/+14
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-06-23net - IP_NODEFRAG option for IPv4 socketJiri Olsa2-1/+3
2010-06-23net: Introduce u64_stats_sync infrastructureEric Dumazet1-0/+107
2010-06-23net: Fix a typo in netlink.hJustin P. Mattock1-1/+1
2010-06-23snmp: fix SNMP_ADD_STATS()Eric Dumazet1-1/+1
2010-06-21mac80211: Add interface for driver to temporarily disable dynamic psJuuso Oikarinen1-0/+39
2010-06-20caif: Add debug connection type for CAIF.Sjur Braendeland1-0/+34
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland3-12/+18
2010-06-20caif: Bugfix - RFM must support segmentation.Sjur Braendeland1-2/+7
2010-06-20caif: Bugfix not all services uses flow-ctrl.Sjur Braendeland1-2/+4
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-46/+30
2010-06-16udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu1-1/+2
2010-06-16af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman1-2/+2
2010-06-16scm: Capture the full credentials of the scm sender.Eric W. Biederman1-4/+24
2010-06-16af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman1-1/+2
2010-06-16sock: Introduce cred_to_ucredEric W. Biederman1-0/+5
2010-06-16user_ns: Introduce user_nsmap_uid and user_ns_map_gid.Eric W. Biederman1-0/+14
2010-06-16scm: Reorder scm_cookie.Eric W. Biederman1-1/+1
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal1-1/+1
2010-06-16inetpeer: restore small inet_peer structuresEric Dumazet1-5/+26
2010-06-15netpoll: Use correct primitives for RCU dereferencingHerbert Xu1-2/+2
2010-06-15net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet1-3/+5
2010-06-15net: Fix error in comment on net_device_ops::ndo_get_statsBen Hutchings1-1/+1
2010-06-15inetpeer: RCU conversionEric Dumazet1-0/+1
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller7-7/+67
2010-06-15mac80211: Fix ps-qos network latency handlingJuuso Oikarinen1-4/+1
2010-06-15tcp: unify tcp flag macrosChangli Gao1-13/+11
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2-2/+1
2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko2-2/+1
2010-06-15net: add rx_handler data pointerJiri Pirko1-1/+3
2010-06-15netpoll: Add netpoll_tx_runningHerbert Xu1-0/+9