aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-6/+6
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D2-2/+5
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-07-17libceph: fix messenger retrySage Weil1-6/+6
2012-07-17Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-2/+3
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov1-2/+3
2012-07-16ax25: Fix missing breakAlan Cox1-0/+1
2012-07-16caif: Fix access to freed pernet memorySjur Brændeland1-1/+1
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng1-17/+54
2012-07-16sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2-7/+12
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet1-1/+1
2012-07-12sch_sfb: Fix missing NULL checkAlan Cox1-0/+2
2012-07-10net: Fix memory leak - vlan_info structAmir Hanania1-0/+3
2012-07-10Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-7/+19
2012-07-09net/rxrpc/ar-peer.c: remove invalid reference to list iterator variableJulia Lawall1-1/+1
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet2-4/+8
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-6/+4
2012-07-09mac80211: destroy assoc_data correctly if assoc failsEliad Peller1-4/+2
2012-07-09NFC: Prevent NULL deref when getting socket nameSasha Levin1-1/+1
2012-07-09mac80211: correct size the argument to kzalloc in minstrel_htThomas Huehn1-1/+1
2012-07-09Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+3
2012-07-09netfilter: ipset: timeout fixing bug broke SET target special timeout valueJozsef Kadlecsik1-1/+3
2012-07-09cgroup: fix panic in netprio_cgroupGao feng1-1/+2
2012-07-09netem: add limitation to reordered packetsEric Dumazet1-27/+15
2012-07-08ieee802154: verify packet size before trying to allocate itSasha Levin1-6/+6
2012-07-06batman-adv: check incoming packet type for blaSimon Wunderlich3-7/+19
2012-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-56/+80
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman8-4/+33
2012-06-29Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller4-36/+26
2012-06-29netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msgTomasz Bursztyka1-1/+3
2012-06-29netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka1-0/+12
2012-06-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-14/+19
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee1-2/+2
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-91/+200
2012-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-14/+19
2012-06-279p: fix min_t() casting in p9pdu_vwritef()Dan Carpenter1-1/+1
2012-06-27mac80211: correct behaviour on unrecognised action framesJohannes Berg1-1/+4
2012-06-26bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger3-1/+3
2012-06-26net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet1-11/+32
2012-06-26Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2012-06-25mac802154: add missed bracesalex.bluesman.smirnov@gmail.com1-1/+2
2012-06-26NFC: Return from rawsock_release when sk is NULLEric Dumazet1-1/+4
2012-06-25net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet1-3/+3
2012-06-25caif: Clear shutdown mask to zero at reconnect.Sjur Brændeland1-0/+1
2012-06-25tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell1-1/+2
2012-06-25ipv6: fib: fix fib dump restartEric Dumazet1-2/+2
2012-06-25HID: Fix the generic Kconfig optionsHenrik Rydberg1-1/+1
2012-06-25NFC: Prevent multiple buffer overflows in NCIDan Rosenberg1-5/+5
2012-06-25netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet1-7/+7
2012-06-25netfilter: ipset: fix interface comparision in hash-netiface setsFlorian Westphal1-28/+4
2012-06-23batman-adv: fix race condition in TT full-table replacementAntonio Quartulli1-2/+2
2012-06-23batman-adv: only drop packets of known wifi clientsMarek Lindner1-4/+4
2012-06-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-7/+9
2012-06-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-7/+6
2012-06-21mac80211: clear ifmgd->bssid only after building DELBAEliad Peller1-7/+6
2012-06-20libceph: flush msgr queue during mon_client shutdownSage Weil2-7/+8
2012-06-20rbd: Clear ceph_msg->bio_iter for retransmitted messageYan, Zheng1-0/+4
2012-06-20libceph: use con get/put ops from osd_clientSage Weil1-4/+4
2012-06-20libceph: osd_client: don't drop reply reference too earlyAlex Elder1-2/+2
2012-06-19batman-adv: fix skb->data assignmentAntonio Quartulli1-0/+2
2012-06-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-7/+9
2012-06-19sctp: fix warning when compiling without IPv6Daniel Halperin1-0/+2
2012-06-18ipv6: Move ipv6 proc file registration to end of init orderThomas Graf1-10/+31
2012-06-18Merge branch 'v9fs-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/er...Linus Torvalds1-1/+1
2012-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-9/+91
2012-06-17net: remove my future former mail addressRémi Denis-Courmont9-15/+14
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2-22/+12
2012-06-15Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-7/+8
2012-06-15ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2-12/+22
2012-06-15net: remove skb_orphan_try()Eric Dumazet3-26/+1
2012-06-14Bluetooth: Fix sending HCI_Disconnect only when connectedVishal Agarwal1-1/+1
2012-06-13netpoll: fix netpoll_send_udp() bugsEric Dumazet1-5/+6
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-0/+1
2012-06-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville5-4/+12
2012-06-13mac80211: stop polling in disassociationDavid Spinadel1-2/+2
2012-06-13mac80211: check sdata_running on ieee80211_set_bitrate_maskEliad Peller1-0/+3
2012-06-13cfg80211: fix potential deadlock in regulatoryEliad Peller1-1/+1
2012-06-12Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2-34/+43
2012-06-12mac80211: add missing kernel-docAshok Nagarajan1-0/+3
2012-06-11Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc1-6/+8
2012-06-11rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointerJeff Layton1-6/+6
2012-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+4
2012-06-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-5/+79
2012-06-119p: BUG before corrupting memorySasha Levin1-1/+1
2012-06-09cfg80211: check iface combinations only when iface is runningMichal Kazior1-1/+1
2012-06-09mac80211: add some missing kernel-docJohannes Berg1-0/+2
2012-06-08net/core: fix kernel-doc warningsRandy Dunlap2-3/+3
2012-06-08Bluetooth: Add support for encryption key refreshJohan Hedberg1-0/+48
2012-06-08l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet1-3/+6
2012-06-08mac80211: add back channel change flagStanislaw Gruszka1-1/+1
2012-06-08NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin1-0/+3
2012-06-08Bluetooth: Fix SMP security elevation from medium to highJohan Hedberg1-3/+6
2012-06-08Bluetooth: Fix deadlock and crash when SMP pairing times outJohan Hedberg1-1/+6
2012-06-08Bluetooth: Fix LE pairing completion on connection failureVishal Agarwal1-0/+18
2012-06-08Bluetooth: Fix SMP pairing method selectionJohan Hedberg1-1/+1
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat4-0/+5
2012-06-07appletalk: Remove out of date message in printkDave Jones1-3/+1
2012-06-07ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf1-1/+1
2012-06-07net: neighbour: fix neigh_dump_info()Eric Dumazet1-8/+6
2012-06-07net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet1-0/+2
2012-06-07netfilter: nf_ct_h323: fix bug in rtcp nattingPablo Neira Ayuso1-3/+2
2012-06-07netfilter: xt_HMARK: fix endianness and provide consistent hashingHans Schillstrom1-31/+41
2012-06-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller11-22/+97
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-22/+97
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-1/+1
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-4/+12
2012-06-05cfg80211: fix interface combinations checkJohannes Berg1-1/+18
2012-06-05Bluetooth: Fix checking the wrong flag when accepting a socketVinicius Costa Gomes1-1/+1
2012-06-04mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov1-2/+2
2012-06-04mac80211: Fix likely misuse of | for &Joe Perches1-3/+3
2012-06-04mac80211: add missing rcu_read_lock/unlock in agg-rx session timerFelix Fietkau1-1/+6
2012-06-04mac80211: clean up remain-on-channel on interface stopJohannes Berg2-0/+28
2012-06-04mac80211: fix error in station state transitions during reconfigMeenakshi Venkataraman1-1/+1
2012-06-04mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSSChun-Yeow Yeoh1-3/+6
2012-06-04cfg80211: use sme_state in ibss start/join pathAmitkumar Karwar1-1/+5
2012-06-04mac80211: run scan after finish connection monitoringStanislaw Gruszka1-9/+27
2012-06-04drop_monitor: dont sleep in atomic contextEric Dumazet1-69/+33
2012-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-9/+19
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-2/+2
2012-06-01tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet2-6/+12
2012-06-01tcp: do not create inetpeer on SYNACK messageEric Dumazet1-1/+2
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-58/+75
2012-06-01sch_atm.c: get rid of poinless externAl Viro1-2/+0
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-45/+68
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields2-3/+3
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields2-19/+8
2012-05-31svcrpc: fix a comment typoJ. Bruce Fields1-1/+1
2012-05-31sunrpc: do array overrun check in svc_recv before allocating pagesJeff Layton1-1/+1
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-4/+0
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2-14/+17
2012-05-31rpc: handle rotated gss data for Windows interoperabilityJ. Bruce Fields1-16/+45
2012-05-31net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang1-2/+5
2012-05-31NFSv4.1: Fix a request leak on the back channelTrond Myklebust1-1/+2
2012-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-61/+122
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds7-276/+235
2012-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-8/+9
2012-05-29drop_monitor: Add module alias to enable automatic module loadingNeil Horman1-0/+1
2012-05-29genetlink: Build a generic netlink family module aliasNeil Horman2-3/+2
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa1-7/+27
2012-05-29rds_rdma: don't assume infiniband device is PCIThadeu Lima de Souza Cascardo1-2/+1
2012-05-29l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC caseJames Chapman2-3/+39
2012-05-29mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira1-6/+6
2012-05-29mac80211: fix flag check for QoS NOACK framesClaudio Pisa1-1/+1
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-9/+12
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng2-18/+53
2012-05-27xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2-26/+16
2012-05-25mac80211: Fix race in checking AP status by sending null frameSoumik Das1-1/+2
2012-05-24net/wanrouter: Deprecate and schedule for removalJoe Perches1-1/+1
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds46-855/+1350
2012-05-24tcp: take care of overlaps in tcp_try_coalesce()Eric Dumazet1-0/+5
2012-05-24ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang1-6/+6
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird3-20/+13
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds6-16/+43
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-26/+1
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds4-83/+65
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2-8/+8
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-73/+64
2012-05-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller41-829/+1326
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville41-829/+1326
2012-05-21libceph: fix pg_temp updatesSage Weil1-1/+5
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds4-13/+7
2012-05-21Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2012-05-229p: disconnect channel when PCI device is removedSasha Levin1-1/+2
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-0/+1
2012-05-21net: drop NET dependency from HAVE_BPF_JITSam Ravnborg1-3/+4
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds543-11997/+18656
2012-05-21Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)Linus Torvalds2-8/+3
2012-05-21Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust40-186/+307
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+3
2012-05-20ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack1-1/+14
2012-05-20net/ipv4: replace simple_strtoul with kstrtoulEldad Zack3-3/+21
2012-05-20net/ipv4/ipconfig: neaten __setup placementEldad Zack1-3/+2
2012-05-19ipv6: use skb coalescing in reassemblyEric Dumazet1-6/+20
2012-05-19ipv4: use skb coalescing in defragmentationEric Dumazet1-6/+20
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet2-64/+89
2012-05-19net:ipv6:fixed space issues relating to operators.Jeffrin Jose1-2/+2
2012-05-19net:ipv6:fixed a trailing white space issue.Jeffrin Jose1-1/+1
2012-05-19sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2-2/+5
2012-05-19ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet1-1/+4
2012-05-19net: napi_frags_skb() is staticEric Dumazet1-2/+1
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet13-118/+119
2012-05-19ipx: Remove spurious NULL checking in ipx_ioctl().David S. Miller1-3/+1
2012-05-18ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet1-0/+4
2012-05-18libceph: avoid unregistering osd request when not registeredSage Weil1-0/+6
2012-05-18ceph: add auth buf in prepare_write_connect()Alex Elder1-9/+9
2012-05-18pktgen: fix module unload for goodEric Dumazet1-2/+2
2012-05-18ipv6: remove csummode in ip6_append_data()Eric Dumazet1-3/+1
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet1-41/+41
2012-05-18ipv6: bool conversions phase1Eric Dumazet2-6/+6
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet2-9/+10
2012-05-18econet: remove ancient bug ridden protocolStephen Hemminger5-1217/+0
2012-05-17lapb: Neaten debuggingJoe Perches5-306/+134
2012-05-17tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2012-05-17drop_monitor: convert to modular buildingNeil Horman2-3/+45
2012-05-17net: netdev_alloc_skb() use build_skb()Eric Dumazet1-1/+31
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack6-9/+9
2012-05-17tcp: bool conversionsEric Dumazet8-188/+191