summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-08-20tipc: optimize the initialization of network device notifierYing Xue1-3/+10
2012-08-20packet: Report fanout status via diag enginePavel Emelyanov3-21/+42
2012-08-20packet: Report rings cfg via diag enginePavel Emelyanov1-1/+47
2012-08-20gre: information leak in ip6_tnl_ioctl()Dan Carpenter1-0/+2
2012-08-16xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bhFan Du1-2/+2
2012-08-16net: netprio: fix cgrp create and write priomap raceJohn Fastabend1-5/+3
2012-08-16net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend1-0/+4
2012-08-16net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend1-18/+4
2012-08-16act_mirred: do not drop packets when fails to mirror itJason Wang1-6/+5
2012-08-16sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter1-1/+1
2012-08-16sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber1-6/+3
2012-08-16netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso1-23/+6
2012-08-15net: fix info leak in compat dev_ifconf()Mathias Krause1-0/+1
2012-08-15ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause1-0/+1
2012-08-15dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause1-0/+1
2012-08-15dccp: check ccid before dereferencingMathias Krause1-2/+2
2012-08-15llc: fix info leak via getsockname()Mathias Krause1-2/+1
2012-08-15l2tp: fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause1-1/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause1-0/+1
2012-08-15Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause1-0/+1
2012-08-15atm: fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause1-0/+1
2012-08-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller16-129/+392
2012-08-15net: remove wrong initialization for snd_wl1Razvan Ghitulete1-2/+1
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du3-8/+7
2012-08-15bridge: fix rcu dereference outside of rcu_read_lockStephen Hemminger1-1/+2
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-129/+392
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman12-228/+265
2012-08-14sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman2-8/+9
2012-08-14sctp: Push struct net down into all of the state machine functionsEric W. Biederman2-282/+339
2012-08-14sctp: Push struct net down into sctp_in_scopeEric W. Biederman3-4/+5
2012-08-14sctp: Push struct net down into sctp_transport_initEric W. Biederman3-5/+8
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman7-28/+51
2012-08-14sctp: Add infrastructure for per net sysctlsEric W. Biederman2-0/+28
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman11-114/+151
2012-08-14sctp: Enable sctp in all network namespacesEric W. Biederman2-9/+11
2012-08-14sctp: Make the proc files per network namespace.Eric W. Biederman3-73/+81
2012-08-14sctp: Move the percpu sockets counter out of sctp_proc_initEric W. Biederman1-6/+7
2012-08-14sctp: Make the ctl_sock per network namespaceEric W. Biederman3-44/+52
2012-08-14sctp: Make the address lists per network namespaceEric W. Biederman5-80/+104
2012-08-14sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman4-28/+49
2012-08-14sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman2-8/+15
2012-08-14sctp: Make the port hash table use struct net in it's key.Eric W. Biederman1-9/+13
2012-08-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-18/+37
2012-08-14ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings1-3/+1
2012-08-14packet: Report socket mclist info via diag modulePavel Emelyanov1-0/+39