aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-28netfilter: ipt_LOG/ip6t_LOG: remove comparison within loopPatrick McHardy2-9/+9
2010-06-26syncookies: add support for ECNFlorian Westphal4-12/+16
2010-06-26syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal2-22/+14
2010-06-25ipv6: remove ipv6_statisticsEric Dumazet1-2/+0
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet6-21/+39
2010-06-25arp: RCU change in arp_solicit()Eric Dumazet1-5/+7
2010-06-25dccp: make implementation of Syn-RTT symmetricGerrit Renker2-3/+16
2010-06-25dccp: remove unused function argumentGerrit Renker4-19/+13
2010-06-25net/core/pktgen.c: Use pr_<level>Joe Perches1-78/+64
2010-06-25net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer1-51/+161
2010-06-25ipv6: fix NULL reference in proxy neighbor discoverystephen hemminger1-1/+1
2010-06-25netfilter: complete the deprecation of CONFIG_NF_CT_ACCTTim Gardner2-35/+1
2010-06-25netfilter: xt_connbytes: Force CT accounting to be enabledTim Gardner1-0/+10
2010-06-24Bluetooth: Bring back var 'i' incrementGustavo F. Padovan1-0/+2
2010-06-24tcp: do not send reset to already closed socketsKonstantin Khorenko1-0/+4
2010-06-24net: fix "netpoll: Allow netpoll_setup/cleanup recursion"Andrew Morton1-1/+0
2010-06-24xfrm: check bundle policy existance before dereferencing itTimo Teräs1-1/+2
2010-06-24nl80211: Add option to adjust transmit powerJuuso Oikarinen1-0/+31
2010-06-24cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen2-16/+16
2010-06-24mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville1-11/+31
2010-06-24minstrel_ht: move minstrel_mcs_groups declaration to header fileJohn W. Linville2-2/+2
2010-06-24wireless: mark reg_mutex as staticJohn W. Linville1-1/+1
2010-06-24minstrel_ht: make *idx unsigned in minstrel_downgrade_rateJohn W. Linville1-1/+2
2010-06-24mac80211: don't shadow mgmt variable in ieee80211_rx_h_actionJohn W. Linville1-4/+4
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-9/+15
2010-06-23net - IP_NODEFRAG option for IPv4 socketJiri Olsa3-1/+15
2010-06-23bridge: 64bit rx/tx countersEric Dumazet3-13/+23
2010-06-23net: consolidate netif_needs_gso() checksJohn Fastabend1-36/+32
2010-06-22netfilter: fix simple typo in KConfig for netfiltert xt_TEEArnd Hannemann1-1/+1
2010-06-22netfilter: xt_IDLETIMER needs kdev_t.hRandy Dunlap1-0/+1
2010-06-22IPVS: one-packet schedulingNick Chalk3-11/+29
2010-06-21udp: Fix bogus UFO packet generationHerbert Xu1-3/+6
2010-06-21mac80211: Add interface for driver to temporarily disable dynamic psJuuso Oikarinen2-1/+40
2010-06-21mac80211: Fix compile warning in scan.c.Gertjan van Wingerde1-1/+1
2010-06-20caif: Add debug connection type for CAIF.Sjur Braendeland1-0/+5
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland11-56/+155
2010-06-20caif: Bugfix - RFM must support segmentation.Sjur Braendeland5-65/+271
2010-06-20caif: Bugfix not all services uses flow-ctrl.Sjur Braendeland8-16/+22
2010-06-18mac80211: fix sw scan bracketingJohannes Berg1-2/+2
2010-06-18wireless: move regulatory_init to .init.textUwe Kleine-König2-3/+3
2010-06-18cfg80211: move cfg80211_exit to .exit.textUwe Kleine-König1-1/+1
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller30-1013/+1242
2010-06-17bridge: fdb cleanup runs too oftenstephen hemminger1-4/+2
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-2/+39
2010-06-17netfilter: nf_nat: support user-specified SNAT rules in LOCAL_INPatrick McHardy3-13/+11
2010-06-16net: Export cred_to_ucred to modules.David S. Miller1-0/+1
2010-06-16af_unix: Allow connecting to sockets in other network namespaces.Eric W. Biederman1-5/+2
2010-06-16af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman1-22/+31
2010-06-16scm: Capture the full credentials of the scm sender.Eric W. Biederman1-0/+24
2010-06-16af_netlink: Add needed scm_destroy after scm_send.Eric W. Biederman1-3/+8