summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-043-3/+3
* dccp: fix bug in sequence number validation during connection setupSamuel Jero2012-03-034-18/+26
* dccp ccid-3: replace incorrect BUG_ONGerrit Renker2012-03-031-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-014-17/+16
|\
| * Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-03-011-8/+2
| |\
| | * netfilter: bridge: fix module autoload in compat caseFlorian Westphal2012-02-251-8/+2
| * | tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell2012-02-281-8/+10
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-272-1/+4
| |\ \
| | * | mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan2012-02-211-0/+3
| | * | mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan2012-02-211-1/+1
* | | | rtnetlink: Fix VF IFLA policyGreg Rose2012-02-291-0/+2
* | | | Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2012-02-2920-349/+288
|\ \ \ \
| * | | | tipc: Optimize setting of immutable payload message header fieldsAllan Stephens2012-02-291-8/+0
| * | | | tipc: Eliminate obsolete code for re-sending a messageAllan Stephens2012-02-291-2/+0
| * | | | tipc: Un-inline port routine for processing incoming messagesAllan Stephens2012-02-292-41/+44
| * | | | tipc: Eliminate support for tipc_mode global variableAllan Stephens2012-02-246-20/+5
| * | | | tipc: Eliminate obsolete support for "not running" modeAllan Stephens2012-02-243-15/+4
| * | | | tipc: Revert name table translation optimizationAllan Stephens2012-02-242-5/+14
| * | | | tipc: Minor optimization to broadcast link synchronization logicAllan Stephens2012-02-241-3/+1
| * | | | tipc: Remove obsolete comments about routing table updatesAllan Stephens2012-02-241-46/+0
| * | | | tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-2410-91/+67
| * | | | tipc: Hide internal details of node table implementationAllan Stephens2012-02-242-12/+13
| * | | | tipc: Eliminate a test for negative unsigned quantitiesAllan Stephens2012-02-241-2/+1
| * | | | tipc: nuke the delimit static inline function.Paul Gortmaker2012-02-243-15/+5
| * | | | tipc: Add check to prevent insertion of duplicate name table entriesAllan Stephens2012-02-241-0/+7
| * | | | tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens2012-02-245-27/+6
| * | | | tipc: Remove duplicate check of message destination nodeAllan Stephens2012-02-242-52/+46
| * | | | tipc: Detect duplicate nodes using different network interfacesAllan Stephens2012-02-241-14/+58
| * | | | tipc: Introduce node signature field in neighbor discovery messageAllan Stephens2012-02-244-0/+21
* | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-02-2839-156/+141
|\ \ \ \ \
| * | | | | batman-adv: Fix indentation of multiline statementsSven Eckelmann2012-02-289-45/+44
| * | | | | batman-adv: Start new development cycleSven Eckelmann2012-02-171-1/+1
| * | | | | batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli2012-02-171-8/+1
| * | | | | batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli2012-02-171-9/+6
| * | | | | batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli2012-02-171-5/+5
| * | | | | batman-adv: Update copyright yearsSven Eckelmann2012-02-1739-39/+39
| * | | | | batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann2012-02-171-20/+22
| * | | | | batman-adv: convert time_after instances to has_timed_outMarek Lindner2012-02-178-30/+24
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-2618-101/+174
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-2628-128/+220
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-02-242-11/+38
| | |\ \ \ \
| | | * | | | netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2012-02-242-34/+50
| | | * | | | Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries"Pablo Neira Ayuso2012-02-241-16/+27
| | * | | | | gre: fix spelling in commentsstephen hemminger2012-02-241-5/+5
| | * | | | | ipsec: be careful of non existing mac headersEric Dumazet2012-02-234-17/+6
| | |/ / / /
| | * | | | Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2012-02-233-36/+49
| | |\ \ \ \
| | | * | | | netfilter: ctnetlink: fix soft lockup when netlink adds new entriesJozsef Kadlecsik2012-02-211-27/+16
| | | * | | | netfilter: nf_queue: fix queueing of bridged gro skbsFlorian Westphal2012-02-091-8/+32
| | | * | | | ipvs: fix matching of fwmark templates during schedulingSimon Horman2012-02-041-1/+1
| | * | | | | netfilter: ip6_route_output() never returns NULL.RongQing.Li2012-02-221-2/+3
OpenPOWER on IntegriCloud