aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-139/+74
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-25/+47
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz1-2/+2
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2-5/+5
2012-04-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet1-1/+3
2012-04-11bridge: Do not send queries on multicast group leavesHerbert Xu2-85/+0
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-5/+5
2012-04-10tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-04-10tcp: restore correct limitEric Dumazet1-2/+1
2012-04-10Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller4-19/+13
2012-04-10netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_netGao feng1-1/+1
2012-04-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2012-04-10netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyJozsef Kadlecsik1-2/+2
2012-04-09net/wireless/wext-core.c: add missing kfreeJulia Lawall1-2/+4
2012-04-09nl80211: ensure interface is up in various APIsJohannes Berg1-13/+18
2012-04-09mac80211: fix association beacon wait timeoutJohannes Berg1-2/+1
2012-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville4-6/+22
2012-04-09netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso1-14/+0
2012-04-09netfilter: nf_ct_tcp: don't scale the size of the window up twiceChangli Gao1-2/+2
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-74/+71
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2012-04-06netlink: fix races after skb queueingEric Dumazet1-11/+13
2012-04-05phonet: Check input from user before allocatingSasha Levin1-0/+3
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2-4/+4
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds7-24/+11
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang4-5/+5
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd7-24/+11
2012-04-05ipv6: fix array index in ip6_mc_add_src()RongQing.Li1-1/+1
2012-04-04sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2012-04-03netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocPablo Neira Ayuso1-0/+1
2012-04-03netfilter: xt_CT: fix missing put timeout object in error pathPablo Neira Ayuso1-5/+19
2012-04-03netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock sectionPablo Neira Ayuso1-1/+1
2012-04-03Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller1-0/+2
2012-04-03bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert1-3/+6
2012-04-03tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-04-03net: fix /proc/net/dev regressionEric Dumazet2-46/+15
2012-04-03netfilter: xt_CT: remove a compile warningPablo Neira Ayuso1-0/+2
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-38/+64
2012-04-01ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4Shmulik Ladkani1-7/+27
2012-04-01net/netfilter/nfnetlink_acct.c: use linux/atomic.hAndrew Morton1-1/+1
2012-04-01rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net1-2/+2
2012-04-01net/garp: avoid infinite loop if attribute already existsDavid Ward1-12/+10
2012-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-36/+50
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-83/+59
2012-03-28Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds93-93/+0
2012-03-28mac80211: fix oper channel timestamp updationRajkumar Manoharan1-1/+1
2012-03-28Bluetooth: mgmt: Add missing endian conversionAndrei Emeltchenko1-3/+8
2012-03-28Bluetooth: mgmt: Fix corruption of device_connected pktBrian Gix1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells93-93/+0
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-230/+255
2012-03-28Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+23
2012-03-28Bluetooth: Fix memory leaks due to chan refcntAndrei Emeltchenko1-0/+3
2012-03-28Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold1-0/+7
2012-03-28Bluetooth: Fix Endian Bug.Santosh Nayak1-2/+3
2012-03-28net/core: dev_forward_skb() should clear skb_iifBenjamin LaHaise1-0/+1
2012-03-28net/ipv4: fix IPv4 multicast over network namespacesBenjamin LaHaise1-1/+1
2012-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-14/+21
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-27SUNRPC: Use the already looked-up xprt in rpcb_getport_async()Bryan Schumaker1-1/+1
2012-03-26mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka1-1/+2
2012-03-26mac80211: remove outdated commentEliad Peller1-3/+0
2012-03-26cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_infoJohn W. Linville1-10/+19
2012-03-26sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields1-0/+1
2012-03-26sunrpc: create nfsd dir in rpc_pipefsJeff Layton1-0/+5
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields28-733/+1559
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-22libceph: isolate kmap() call in write_partial_msg_pages()Alex Elder1-11/+2
2012-03-22libceph: rename "page_shift" variable to something sensibleAlex Elder1-5/+6
2012-03-22libceph: get rid of zero_page_addressAlex Elder1-9/+2
2012-03-22libceph: only call kernel_sendpage() via helperAlex Elder1-6/+2
2012-03-22libceph: use kernel_sendpage() for sending zeroesAlex Elder1-5/+15
2012-03-22libceph: fix inverted crc option logicAlex Elder1-10/+10
2012-03-22libceph: some simple changesAlex Elder1-4/+9
2012-03-22libceph: small refactor in write_partial_kvec()Alex Elder1-11/+12
2012-03-22libceph: do crc calculations outside loopAlex Elder1-14/+12
2012-03-22libceph: separate CRC calculation from byte swappingAlex Elder1-14/+17
2012-03-22libceph: use "do" in CRC-related Boolean variablesAlex Elder1-20/+20
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder1-0/+10
2012-03-22libceph: a few small changesAlex Elder1-14/+18
2012-03-22libceph: make ceph_tcp_connect() return intAlex Elder1-8/+6
2012-03-22libceph: encapsulate some messenger cleanup codeAlex Elder1-18/+20
2012-03-22libceph: make ceph_msgr_wq privateAlex Elder1-1/+1
2012-03-22libceph: encapsulate connection kvec operationsAlex Elder1-61/+56
2012-03-22libceph: move prepare_write_banner()Alex Elder1-3/+4
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder1-8/+8
2012-03-22ceph: eliminate some abusive castsAlex Elder1-4/+4
2012-03-22ceph: eliminate some needless castsAlex Elder1-11/+10
2012-03-22ceph: kill addr_str_lock spinlock; use atomic insteadAlex Elder1-11/+10
2012-03-22ceph: make use of "else" where appropriateAlex Elder1-7/+4
2012-03-22ceph: use a shared zero page rather than one per messengerAlex Elder1-14/+29
2012-03-22libceph: fix overflow check in crush_decode()Xi Wang1-1/+2
2012-03-22net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socke...Jim Schutt1-6/+12
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