aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-57/+103
2012-03-27net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet1-2/+6
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-2/+2
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+1
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds1-15/+9
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil1-1/+1
2012-03-23Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller5-53/+95
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-24/+17
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds26-730/+1547
2012-03-22bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek1-0/+1
2012-03-22netfilter: remove forward module param confusion.Rusty Russell2-14/+4
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2012-03-23netfilter: nf_conntrack: permanently attach timeout policy to conntrackPablo Neira Ayuso1-17/+22
2012-03-23netfilter: xt_CT: fix assignation of the generic protocol trackerPablo Neira Ayuso1-1/+8
2012-03-23netfilter: xt_CT: missing rcu_read_lock section in timeout assignmentPablo Neira Ayuso1-6/+12
2012-03-23netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso3-24/+48
2012-03-22xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert1-3/+3
2012-03-22xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert1-2/+2
2012-03-22RDS: use gfp flags from caller in conn_alloc()Dan Carpenter3-3/+3
2012-03-22netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter1-1/+1
2012-03-22netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6Pablo Neira Ayuso1-6/+6
2012-03-21l2tp: enable automatic module loading for l2tp_pppBenjamin LaHaise1-0/+1
2012-03-21net: fix napi_reuse_skb() skb reserveEric Dumazet1-1/+2
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-28/+19
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+1
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds12-41/+36
2012-03-21xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker1-5/+12
2012-03-21xprtrdma: The transport should not bug-check when a dup reply is receivedTom Tucker1-2/+7
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust1-14/+13
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds273-8740/+13374
2012-03-20switch touch_atime to struct pathAl Viro1-2/+2
2012-03-20switch unix_sock to struct pathAl Viro2-21/+16
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-6/+2
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds4-16/+12
2012-03-20Fix pppol2tp getsockname()Benjamin LaHaise1-1/+1
2012-03-20Remove printk from rds_sendmsgDave Jones1-1/+0
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-7/+1
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-24/+24
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-21/+5
2012-03-20SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust1-0/+13
2012-03-20sunrpc: remove the second argument of k[un]map_atomic()Cong Wang4-18/+18
2012-03-20rds: remove the second argument of k[un]map_atomic()Cong Wang7-21/+16
2012-03-20net: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng1-5/+6
2012-03-19tcp: reduce out_of_order memory useEric Dumazet2-1/+19
2012-03-19tcp: introduce tcp_data_queue_ofoEric Dumazet1-99/+115
2012-03-19SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()Trond Myklebust1-4/+11
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-31/+41
2012-03-17netfilter: ctnetlink: fix race between delete and timeout expirationPablo Neira Ayuso1-11/+12
2012-03-16arp: allow arp processing to honor per interface arp_accept sysctlNeil Horman1-1/+1
2012-03-16ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li1-1/+0
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville17-431/+355
2012-03-16sch_sfq: revert dont put new flow at the end of flowsEric Dumazet1-1/+5
2012-03-16ipv6: fix icmp6_dst_alloc()Eric Dumazet1-1/+1
2012-03-15mac80211: make uapsd_* keys per-vifEliad Peller6-102/+79
2012-03-15mac80211: add NULL terminator to debugfs_netdev write bufEliad Peller1-8/+5
2012-03-15mac80211: Don't sample max throughput rate in minstrel_htHelmut Schaa1-0/+7
2012-03-13mac80211: Don't let regulatory make us deafPaul Stewart4-19/+51
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg2-2/+2
2012-03-13cfg80211: clarify timestamp in cfg80211_inform_bssJohannes Berg1-4/+3
2012-03-13mac80211: linearize SKBs as needed for cryptoJohannes Berg3-8/+31
2012-03-13mac80211: move RX WEP weak IV countingJohannes Berg3-12/+6
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches19-48/+79
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar16-78/+199
2012-03-12mac80211: set basic rates earlierJohannes Berg1-48/+49
2012-03-12mac80211: refactor common auth/assoc setup codeJohannes Berg1-62/+59
2012-03-12mac80211: remove spurious BSSID change flagJohannes Berg1-3/+0
2012-03-12mac80211: simplify wmm check during associationJohannes Berg2-6/+6
2012-03-12mac80211: simplify HT checksJohannes Berg1-31/+26
2012-03-12mac80211: move misplaced commentJohannes Berg1-7/+7
2012-03-12mac80211: Disable MCS > 7 in minstrel_ht when STA uses static SMPSHelmut Schaa1-0/+9
2012-03-12mac80211: set channel back after disassociatingJohannes Berg1-7/+6
2012-03-12mac80211: remove tx_syncJohannes Berg4-120/+0
2012-03-12mac80211: Limit TID buffering during BA session setup/teardownHelmut Schaa1-0/+6
2012-03-12cfg80211: Add background scan period attribute.Bala Shanmugam2-0/+11
2012-03-12SUNRPC: Don't use variable length automatic arrays in kernel codeTrond Myklebust1-2/+5
2012-03-11net: Convert printks to pr_<level>Joe Perches25-181/+163
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski3-24/+16
2012-03-11SUNRPC: Fix a few sparse warningsTrond Myklebust7-12/+10
2012-03-11ipv6: Fix Smatch warning.Li Wei1-1/+1
2012-03-11tcp: fix syncookie regressionEric Dumazet2-17/+23
2012-03-11caif: make zero a legal caif connetion id.sjur.brandeland@stericsson.com1-3/+6
2012-03-11caif: Fix for a race in socket transmit with flow control.Dmitry Tarnyagin6-24/+31
2012-03-11Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller14-194/+145
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2012-03-11[S390] irq: external interrupt code passingHeiko Carstens1-1/+1
2012-03-11batman-adv: Remove spaces after a castSven Eckelmann2-3/+3
2012-03-11batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann1-1/+2
2012-03-11batman-adv: Don't begin block comments with only a /* lineSven Eckelmann2-13/+3
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann12-177/+137
2012-03-09ipv4: Make ip_rcv_options() return bool.David S. Miller1-3/+3
2012-03-09ipv4: Make ip_call_ra_chain() return bool.David S. Miller1-4/+4
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-48/+164
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville35-492/+899
2012-03-08sctp: Export sctp_do_peeloffBenjamin Poirier1-15/+9
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-5/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby2-2/+0
2012-03-08route: Remove redirect_genidSteffen Klassert2-10/+2
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2-1/+80
2012-03-08bridge: fix state reporting when port is disabledPaulius Zaleckas1-2/+1
2012-03-08bridge: br_log_state() s/entering/entered/Paulius Zaleckas1-1/+1
2012-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...David S. Miller15-1788/+3585
2012-03-07af_iucv: add shutdown for HS transportUrsula Braun1-27/+52
2012-03-07af_iucv: handle netdev eventsUrsula Braun1-44/+62
2012-03-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2-12/+35
2012-03-07Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller41-1353/+3083
2012-03-08Bluetooth: Set security level on incoming pairing requestIdo Yariv1-0/+2
2012-03-08Bluetooth: Fix access to the STK generation methods matrixIdo Yariv1-1/+1
2012-03-08Bluetooth: Fix using uninitialized variableLuiz Augusto von Dentz1-3/+3
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan6-353/+339
2012-03-07openvswitch: Fix checksum update for actions on UDP packets.Jesse Gross1-12/+32
2012-03-07tcp: md5: correct a RCU lockdep splatEric Dumazet1-1/+2
2012-03-07mac80211: fix smatch lock errors in meshThomas Pedersen1-10/+10
2012-03-07mac80211: Fix potential null pointer dereferencingAshok Nagarajan1-6/+7
2012-03-07mac80211: Filter duplicate IE idsPaul Stewart4-22/+141
2012-03-07netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso3-16/+256
2012-03-07netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso5-10/+78
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso12-0/+1003
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso10-50/+122
2012-03-07netfilter: nf_ct_gre: add unsigned int array to define timeoutsPablo Neira Ayuso1-4/+12
2012-03-07netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to arrayPablo Neira Ayuso1-14/+13
2012-03-07netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to arrayPablo Neira Ayuso2-18/+37
2012-03-07netfilter: ctnetlink: fix lockep splatsHans Schillstrom1-16/+24
2012-03-07netfilter: xt_LOG: fix bogus extra layer-4 logging informationRichard Weinberger1-0/+4
2012-03-07netfilter: nf_ct_ecache: refactor nf_ct_deliver_cached_eventsTony Zelenoff1-26/+29
2012-03-07netfilter: nf_ct_ecache: trailing whitespace removedTony Zelenoff1-1/+1
2012-03-07netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger9-1063/+931
2012-03-07netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso5-1/+101
2012-03-07netfilter: ctnetlink: add NAT support for expectationsPablo Neira Ayuso1-2/+66
2012-03-07netfilter: ctnetlink: allow to set expectation classPablo Neira Ayuso1-1/+11
2012-03-07netfilter: ctnetlink: allow to set helper for new expectationsPablo Neira Ayuso1-1/+29
2012-03-07netfilter: ipset: Exceptions support added to hash:*net* typesJozsef Kadlecsik4-93/+329
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt13-60/+60
2012-03-06openvswitch: Honor dp_ifindex, when specified, for vport lookup by name.Ben Pfaff1-0/+3
2012-03-06IPv6: Fix not join all-router mcast group when forwarding set.Li Wei1-0/+4
2012-03-06net: Use bool for return value of dev_valid_name().David S. Miller1-6/+6
2012-03-06NFC: NCI code identation fixesSamuel Ortiz4-122/+111
2012-03-06NFC: Core code identation fixesSamuel Ortiz5-62/+54
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz4-93/+100
2012-03-06NFC: Fix LLCP sockets releasing pathSamuel Ortiz2-12/+26
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz4-23/+17
2012-03-06NFC: SN is not an invalid GT valueSamuel Ortiz1-0/+2
2012-03-06NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz1-13/+3
2012-03-06NFC: Fragment LLCP I framesSamuel Ortiz1-14/+43
2012-03-06NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz2-3/+49
2012-03-06NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz3-3/+33
2012-03-06NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz1-1/+1
2012-03-06NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz1-0/+13
2012-03-06NFC: Fix bitops usage in LLCPSamuel Ortiz1-10/+10
2012-03-06NFC: LLCP socket sendmsg implemetationSamuel Ortiz3-1/+62
2012-03-06NFC: Handle Receiver Not Ready LLCP frameSamuel Ortiz1-5/+11
2012-03-06NFC: Factorize the I frame queueing routineSamuel Ortiz2-17/+29
2012-03-06NFC: Add device powered netlink attributeSamuel Ortiz1-0/+3
2012-03-06mac80211: Modify tsf via debugfs in mesh interfacesJavier Cardona1-1/+6
2012-03-06mac80211: fix mesh airtime link metric estimatingThomas Pedersen3-10/+22
2012-03-06cfg80211: expose cfg80211_calculate_bitrate()Thomas Pedersen1-0/+1
2012-03-06cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg4-8/+24
2012-03-06netfilter: nf_conntrack: fix early_drop with reliable event deliveryPablo Neira Ayuso1-2/+6
2012-03-06bridge: netfilter: don't call iptables on vlan packets if sysctl is offFlorian Westphal1-14/+18
2012-03-06netfilter: bridge: fix wrong pointer dereferencePablo Neira Ayuso1-1/+1
2012-03-06netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoloadPablo Neira Ayuso1-3/+0
2012-03-06netfilter: ebtables: fix wrong name length while copying to user-spaceSantosh Nayak1-3/+13
2012-03-06tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell1-0/+4
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+19
2012-03-05bridge: check return value of ipv6_dev_get_saddr()Ulrich Weber1-2/+5
2012-03-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller17-316/+365
2012-03-05mac80211: combine QoS with other BSS changesJohannes Berg4-9/+17
2012-03-05mac80211: use common radiotap code for cooked monitorsJohannes Berg1-30/+9
2012-03-05cfg80211: Add an attribute to set inactivity timeout in AP modeVasanthakumar Thiagarajan1-0/+8
2012-03-05mac80211: fix the support of setting non-forwarding entity in MeshChun-Yeow Yeoh2-1/+11
2012-03-05net: export netdev_stats_to_stats64Eric Dumazet1-4/+5
2012-03-05mac80211: add an rx flag for ignoring a packet's signal strengthFelix Fietkau1-3/+6
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau10-42/+53
2012-03-05mac80211: use 16 bit alignment for the if_ibss bssid fieldFelix Fietkau1-1/+1
2012-03-05{nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan5-1/+33
2012-03-05mac80211: Fix the generation of PREQs in proactive RANN mechanism of HWMPChun-Yeow Yeoh2-5/+19
2012-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville17-316/+365
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar49-210/+316
2012-03-04rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet1-8/+10
2012-03-04bridge: message age needs to increase, not decrease.Joakim Tjernlund1-1/+1
2012-03-04bridge: Adjust min age inc for HZ > 256Joakim Tjernlund1-2/+2
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras3-3/+3
2012-03-03Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust2-3/+12
2012-03-03tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell1-0/+1
2012-03-03dccp: fix bug in sequence number validation during connection setupSamuel Jero4-18/+26
2012-03-03dccp ccid-3: replace incorrect BUG_ONGerrit Renker1-2/+1
2012-03-03Bluetooth: Don't force DISCOVERY_STOPPED state in inquiry_cache_flushAndre Guedes1-1/+0
2012-03-03Bluetooth: mgmt: Fix updating local name when powering onJohan Hedberg2-16/+14
2012-03-03Bluetooth: Remove HCI_PI_MGMT_INIT flag for socketsJohan Hedberg2-11/+8
2012-03-02SUNRPC: Add API to acquire source addressChuck Lever1-0/+149
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust4-49/+61
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust5-28/+110
2012-03-02Bluetooth: mgmt: Add new error code for invalid indexJohan Hedberg1-3/+3
2012-03-02Bluetooth: mgmt: Fix command status error code valuesJohan Hedberg1-2/+2
2012-03-02Bluetooth: Fix clearing of HCI_PENDING_CLASS flagJohan Hedberg1-1/+1
2012-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-17/+16
2012-03-02Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffiesMarcel Holtmann2-6/+4
2012-03-02Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann2-13/+7
2012-03-01Bluetooth: mgmt: Centralize message length checksJohan Hedberg1-168/+52